diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-06-28 10:37:12 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-06-28 10:37:12 +0200 |
commit | 1c3fe32d18d50da2e9817289d7a298bb5b9a0643 (patch) | |
tree | ad06a22d076c3981c8994166d1d9932a37f024d8 /src/lib | |
parent | 25b12e206d22125b7d403d1339738f5bb4a468b5 (diff) | |
parent | e552ad819aa9ba007464f5dcd6e4aa466f2c4ed9 (diff) | |
download | ouroboros-1c3fe32d18d50da2e9817289d7a298bb5b9a0643.tar.gz ouroboros-1c3fe32d18d50da2e9817289d7a298bb5b9a0643.zip |
Merged in dstaesse/ouroboros/be-buildfix (pull request #141)
build: correct sandboxing
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt index 8803fc3b..2a75ef17 100644 --- a/src/lib/CMakeLists.txt +++ b/src/lib/CMakeLists.txt @@ -50,7 +50,7 @@ if (CMAKE_BUILD_TYPE MATCHES Debug) MACRO_ADD_COMPILE_FLAGS(ouroboros -DCONFIG_OUROBOROS_DEBUG) endif (CMAKE_BUILD_TYPE MATCHES Debug) -install(TARGETS ouroboros LIBRARY DESTINATION /usr/lib) +install(TARGETS ouroboros LIBRARY DESTINATION usr/lib) target_include_directories(ouroboros PUBLIC ${CMAKE_CURRENT_BINARY_DIR}) |