Fix Ubuntu lib64 handling / Cmake 3.7
This commit is contained in:
parent
4c4cfb3b44
commit
948435a465
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue