From: Martin Spott Date: Mon, 5 Sep 2011 16:45:33 +0000 (+0200) Subject: Fix CMake HLA fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b159a72ce97db3c1903dd346307eecd5f18e5ffe;p=simgear.git Fix CMake HLA fix --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 49916a08..8a2a6f94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,7 +89,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)