1
0
Fork 0

Fix Ubuntu lib64 handling / Cmake 3.7

This commit is contained in:
James Turner 2017-09-28 15:11:38 +01:00
parent 4c4cfb3b44
commit 948435a465

View file

@ -48,6 +48,7 @@ project(FlightGear)
# We have some custom .cmake scripts not in the official distribution.
set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/CMakeModules;${CMAKE_MODULE_PATH}")
set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS TRUE)
# Warning when build is not an out-of-source build.
string(COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" InSourceBuild)