]> git.mxchange.org Git - flightgear.git/blobdiff - CMakeModules/FindSimGear.cmake
Fix finding ATIS CommStation
[flightgear.git] / CMakeModules / FindSimGear.cmake
index 9bf534c841df1c0f3e541ddcea7e97dbd5bce3ca..3fe0c61feb52cfe9a80717a3292c40fdc80a1295 100644 (file)
@@ -147,7 +147,7 @@ else(SIMGEAR_SHARED)
     message(STATUS "looking for static SimGear libraries")
     
     find_sg_library(SimGearCore SIMGEAR_CORE SIMGEAR_CORE_LIBRARIES)
-    find_sg_library(SimgearScene SIMGEAR_SCENE SIMGEAR_LIBRARIES)
+    find_sg_library(SimGearScene SIMGEAR_SCENE SIMGEAR_LIBRARIES)
 
     # again link order matters - scene libraries depend on core ones
     list(APPEND SIMGEAR_LIBRARIES ${SIMGEAR_CORE_LIBRARIES})