1
0
Fork 0

Fix case-sensitivity typo

This commit is contained in:
James Turner 2012-09-14 17:21:51 +01:00
parent 29e8307e3f
commit 6f5afd9be7

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