diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-03-28 21:34:38 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-03-28 21:34:38 +0200 |
commit | 1c511e30f540bcc7a79aa9ab96f9552097c1c6ec (patch) | |
tree | af20061988136867c79c6843fa7beca35e993d06 /client/CMakeLists.txt | |
parent | 5bd81e8d384e82926a7671527e62aebafed1183f (diff) | |
download | bemenu-1c511e30f540bcc7a79aa9ab96f9552097c1c6ec.tar.gz bemenu-1c511e30f540bcc7a79aa9ab96f9552097c1c6ec.tar.bz2 bemenu-1c511e30f540bcc7a79aa9ab96f9552097c1c6ec.zip |
Remove custom output directory paths.
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r-- | client/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 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) |