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)