Explorar o código

get rid of seperate bin folder for cli after build

Missingmew %!s(int64=5) %!d(string=hai) anos
pai
achega
88e8b8ea58
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)