X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CMakeLists.txt;h=899eb646edf1559314dedb672e166800d7b291c8;hb=747717e2ee4d29e7f73ed671574e629f2b592980;hp=055f915c4c5d1fe3c58174c29a45fa78f96c7c10;hpb=1305e1642581bbbd1ff8b6380da0a999df32d61c;p=simgear.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 055f915c..899eb646 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,7 +101,7 @@ check_include_file(windows.h HAVE_WINDOWS_H) if(ENABLE_RTI) # See if we have any rti library variant installed -find_package(RTI) + find_package(RTI) endif(ENABLE_RTI) check_function_exists(gettimeofday HAVE_GETTIMEOFDAY)