Make cmake happy (from Christian Schmitt commit - terragear)
This commit is contained in:
parent
c9a0a50847
commit
af5ae8b5b1
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ else(SIMGEAR_SHARED)
|
|||
endif(NOT MSVC)
|
||||
endif(SIMGEAR_SHARED)
|
||||
|
||||
if((NOT SIMGEAR_CORE_LIBRARIES)OR(NOT SIMGEAR_LIBRARIES))
|
||||
if((NOT SIMGEAR_CORE_LIBRARIES) OR (NOT SIMGEAR_LIBRARIES))
|
||||
message(FATAL_ERROR "Cannot find SimGear libraries! (Forgot 'make install' for SimGear?) "
|
||||
"Compile & INSTALL SimGear before configuring FlightGear. "
|
||||
"When using non-standard locations, use 'SIMGEAR_DIR' to configure the SimGear location.")
|
||||
|
|
Loading…
Reference in a new issue