summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2014-03-28 21:34:38 +0200
committerJari Vetoniemi <mailroxas@gmail.com>2014-03-28 21:34:38 +0200
commit1c511e30f540bcc7a79aa9ab96f9552097c1c6ec (patch)
treeaf20061988136867c79c6843fa7beca35e993d06
parent5bd81e8d384e82926a7671527e62aebafed1183f (diff)
downloadbemenu-1c511e30f540bcc7a79aa9ab96f9552097c1c6ec.tar.gz
bemenu-1c511e30f540bcc7a79aa9ab96f9552097c1c6ec.tar.bz2
bemenu-1c511e30f540bcc7a79aa9ab96f9552097c1c6ec.zip
Remove custom output directory paths.
-rw-r--r--client/CMakeLists.txt2
-rw-r--r--lib/CMakeLists.txt3
2 files changed, 0 insertions, 5 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 70ecd4b..91c4ea5 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -1,5 +1,3 @@
-SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY bin)
-
# Sources
SET(CLIENT_SOURCE client.c)
SET(CLIENT_INCLUDE)
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 46c532b..cf489fd 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -1,6 +1,3 @@
-SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY lib)
-SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY lib)
-
# Sources
SET(BEMENU_SOURCE
bemenu.c