]> git.mxchange.org Git - simgear.git/blobdiff - CMakeLists.txt
Revert "Use simgear internal stuff for the singleton class."
[simgear.git] / CMakeLists.txt
index 0720a4702153e427884dbfa0b6f9630673fb7f26..f1e985adbf15f4850ba2c9830d23cba50f8e2074 100644 (file)
@@ -172,7 +172,6 @@ endif(HAVE_UNISTD_H)
 
 set(RT_LIBRARY "")
 if(HAVE_CLOCK_GETTIME)
-    #check_function_exists(clock_gettime CLOCK_GETTIME_IN_LIBC)
     check_library_exists(rt clock_gettime "" HAVE_RT)
     if(HAVE_RT)
         set(RT_LIBRARY rt)
@@ -219,7 +218,7 @@ if(WIN32)
     set( RT_LIBRARY "winmm" )
 endif(WIN32)    
 
-if (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang") 
+if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang") 
    set (WARNING_FLAGS "-Wall -Wno-overloaded-virtual")
 endif()