From ed3ca8d0ed258d51bf5cfce2bd6bf6a9ef8382bb Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Mon, 11 Apr 2016 13:43:42 +0200 Subject: remove FORCE from executable paths Fixed bugs: - https://launchpad.net/bugs/1548469 (bzr r14775) --- CMakeLists.txt | 4 ++-- 1 file 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 -- cgit v1.2.3