Tweak for 64-bit Linux linkage.

This commit is contained in:
James Turner
2013-09-04 08:31:29 +01:00
parent c0424aba7e
commit e06f9e35b3

View File

@@ -10,6 +10,8 @@ project(SimGear)
file(READ version versionFile)
string(STRIP ${versionFile} SIMGEAR_VERSION)
set(FIND_LIBRARY_USE_LIB64_PATHS ON)
# use simgear version also as the SO version (if building SOs)
SET(SIMGEAR_SOVERSION ${SIMGEAR_VERSION})