From: Clément de l'Hamaide Date: Wed, 25 Dec 2013 12:49:41 +0000 (+0100) Subject: Make cmake happy (from Christian Schmitt commit - terragear) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af5ae8b5b19e6a1856110b1cf53e825dd46ffa2b;p=flightgear.git Make cmake happy (from Christian Schmitt commit - terragear) --- diff --git a/CMakeModules/FindSimGear.cmake b/CMakeModules/FindSimGear.cmake index b4aeaf51b..f5adbb012 100644 --- a/CMakeModules/FindSimGear.cmake +++ b/CMakeModules/FindSimGear.cmake @@ -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.")