1
0
Fork 0

Make cmake happy (from Christian Schmitt commit - terragear)

This commit is contained in:
Clément de l'Hamaide 2013-12-25 13:49:41 +01:00
parent c9a0a50847
commit af5ae8b5b1

View file

@ -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.")