]> git.mxchange.org Git - simgear.git/blobdiff - CMakeLists.txt
Make SGModelPlacement safe on reinit
[simgear.git] / CMakeLists.txt
index 674fbffb48142c3e4395672e14933a41469b2c6e..7e2e8ebe780b5b4125beb17fed860f50c1ee9d93 100644 (file)
@@ -123,7 +123,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)