1
0
Fork 0

Fix typo in FindSimGear module

This commit is contained in:
James Turner 2012-09-17 08:59:56 +01:00
parent 473992e684
commit 11bce4fce9

View 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})