编译完simgear以后,用Cmake编译flightgear的时候出现
CMake Error at CMakeModules/FindSimGear.cmake:169 (message):
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.
Call Stack (most recent call first):
CMakeLists.txt:234 (find_package)
simgear的路径已经设置了。为什么会不对额? |