Commit 0570a448 authored by Jakob Otto's avatar Jakob Otto

Remove binary output path

parent 382ea5c2
...@@ -211,17 +211,6 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") ...@@ -211,17 +211,6 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
"initialize the build configuration.") "initialize the build configuration.")
endif() endif()
if(NOT XCODE)
# set binary output path if not defined by user
if(NOT EXECUTABLE_OUTPUT_PATH)
set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}/bin")
endif()
# set library output path if not defined by user
if(NOT LIBRARY_OUTPUT_PATH)
set(LIBRARY_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}/lib")
endif()
endif()
# -- get dependencies ---------------------------------------------------------- # -- get dependencies ----------------------------------------------------------
find_package(CAF COMPONENTS core io test) find_package(CAF COMPONENTS core io test)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment