X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CMakeLists.txt;h=7e2e8ebe780b5b4125beb17fed860f50c1ee9d93;hb=33970663435dd1a12941b017739285341205acf4;hp=674fbffb48142c3e4395672e14933a41469b2c6e;hpb=a459b8fdbb932dc686f88018b7c9c616c650c002;p=simgear.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 674fbffb..7e2e8ebe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,7 +123,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)