Sfoglia il codice sorgente

remove hardcoded debug flag for cli

Missingmew 5 anni fa
parent
commit
1347dbe69c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      cli/CMakeLists.txt

+ 0 - 1
cli/CMakeLists.txt

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