]> git.mxchange.org Git - simgear.git/blobdiff - CMakeLists.txt
Compile fix: add this-> in SGExpression.hxx due to two-phase name lookup (reported...
[simgear.git] / CMakeLists.txt
index 7e2e8ebe780b5b4125beb17fed860f50c1ee9d93..922d653ff86fca7b49cf322f65c9b6f31cb8fa10 100644 (file)
@@ -130,7 +130,7 @@ check_function_exists(gettimeofday HAVE_GETTIMEOFDAY)
 check_function_exists(ftime HAVE_FTIME)
 check_function_exists(timegm HAVE_TIMEGM)
 check_function_exists(rint HAVE_RINT)
-
+check_function_exists(mkdtemp HAVE_MKDTEMP)
 
 if(HAVE_UNISTD_H)
     set(CMAKE_REQUIRED_INCLUDES ${CMAKE_INCLUDE_PATH})