From b159a72ce97db3c1903dd346307eecd5f18e5ffe Mon Sep 17 00:00:00 2001 From: Martin Spott Date: Mon, 5 Sep 2011 18:45:33 +0200 Subject: [PATCH] Fix CMake HLA fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5