]> git.mxchange.org Git - simgear.git/blobdiff - CMakeLists.txt
Merge branch 'next' of git.gitorious.org:fg/simgear into next
[simgear.git] / CMakeLists.txt
index 055f915c4c5d1fe3c58174c29a45fa78f96c7c10..899eb646edf1559314dedb672e166800d7b291c8 100644 (file)
@@ -101,7 +101,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)