summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-08-16 18:07:59 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2018-09-22 16:30:59 -0700
commite8471288c0062d9e887d559a7c6f934bc85ea5ba (patch)
tree5ca73eb50f2dcd7422044ab39e30b3cc320bcba4 /CMakeLists.txt
parent385b9961186691c0618754bc9b0f49458c20445d (diff)
cmake: Do not set global output directories for binaries and libraries.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 433babb5d..a3f406154 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,14 +124,6 @@ macro(cvc4_set_option var value)
endmacro()
#-----------------------------------------------------------------------------#
-
-set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
-set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
-set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
-message(STATUS "LIB directory is '${CMAKE_BINARY_DIR}/lib'")
-message(STATUS "BIN directory is '${CMAKE_BINARY_DIR}/bin'")
-
-#-----------------------------------------------------------------------------#
# User options
# License
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback