X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CMakeLists.txt;h=922d653ff86fca7b49cf322f65c9b6f31cb8fa10;hb=bcf7ed501d02d57cc8038c270db380a01a23da72;hp=7e2e8ebe780b5b4125beb17fed860f50c1ee9d93;hpb=b5134f15b43eaf391568248fffef2a40636d067e;p=simgear.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e2e8ebe..922d653f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})