summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2016-04-11 11:43:42 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-04-11 11:43:42 +0000
commited3ca8d0ed258d51bf5cfce2bd6bf6a9ef8382bb (patch)
tree651fd8a87dd5aa5207fbefc9a1bde3600f7881ef
parentfix compile error in livarot (diff)
downloadinkscape-ed3ca8d0ed258d51bf5cfce2bd6bf6a9ef8382bb.tar.gz
inkscape-ed3ca8d0ed258d51bf5cfce2bd6bf6a9ef8382bb.zip
remove FORCE from executable paths
Fixed bugs: - https://launchpad.net/bugs/1548469 (bzr r14775)
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 542214d60..fa0fd24df 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,8 +59,8 @@ endif(APPLE)
# -----------------------------------------------------------------------------
# Redirect output files
# -----------------------------------------------------------------------------
-set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin CACHE INTERNAL "" FORCE )
-set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib CACHE INTERNAL "" FORCE )
+set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin CACHE INTERNAL "" )
+set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib CACHE INTERNAL "" )
# -----------------------------------------------------------------------------
# Test Harness