Fix CMake HLA fix

This commit is contained in:
Martin Spott 2011-09-05 18:45:33 +02:00
parent 39731debdc
commit b159a72ce9

View File

@ -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)