Fix case-sensitivity typo
This commit is contained in:
parent
29e8307e3f
commit
6f5afd9be7
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue