Browse Source

get rid of seperate bin folder for cli after build

Missingmew 5 years ago
parent
commit
88e8b8ea58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/CMakeLists.txt

+ 1 - 1
cli/CMakeLists.txt

@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 2.8)
 
-set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
+# set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
 
 project(ccats-cli)