diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-02-17 05:43:31 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-02-17 05:43:31 +0100 |
commit | 0c3b7542d56bcd463951a122772758bc30cc22a6 (patch) | |
tree | e9289e075991d7026b04898208e92fe74cf73f17 /CMakeLists.txt | |
parent | 89afdb5176d7e36ed37cf2d33592a81f6527e0fc (diff) | |
parent | 7bc719e01816501afbc217ca29e5a78b9998b172 (diff) |
Merge branch 'unstable' of github.com:opentrack/opentrack into unstable
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 335eab80..33b2c7a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,7 @@ macro(opentrack_library n dir) target_link_libraries(${n} ${MY_QT_LIBS}) if(CMAKE_COMPILER_IS_GNUCXX AND NOT APPLE) SET_TARGET_PROPERTIES(${n} PROPERTIES - LINK_FLAGS "${foolib_LINK} -Wl,--version-script=${CMAKE_SOURCE_DIR}/opentrack/${version-script}-version-script.txt" + LINK_FLAGS "${foolib_LINK} -Wl,--version-script=\"${CMAKE_SOURCE_DIR}/opentrack/${version-script}-version-script.txt\"" COMPILE_FLAGS "${foolib_COMPILE} -fvisibility=hidden -fvisibility-inlines-hidden" ) else() |