diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-11-27 17:37:56 -0500 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2016-11-27 17:37:56 -0500 |
commit | 736d2dbcffc30f0f373a5fa0d324b2e59322f741 (patch) | |
tree | 3f7231d3fc792c65a579c320dc946482fd67ce05 | |
parent | 0993930ceb5a51710bc9a56bfc01d4cbf4063692 (diff) | |
download | fruity-736d2dbcffc30f0f373a5fa0d324b2e59322f741.tar.gz fruity-736d2dbcffc30f0f373a5fa0d324b2e59322f741.tar.bz2 fruity-736d2dbcffc30f0f373a5fa0d324b2e59322f741.zip |
Removed debug flag from CMakeLists.txt
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3946a86..805e684 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,8 +1,6 @@ | |||
1 | cmake_minimum_required (VERSION 3.1) | 1 | cmake_minimum_required (VERSION 3.1) |
2 | project (owo) | 2 | project (owo) |
3 | 3 | ||
4 | set(CMAKE_BUILD_TYPE Debug) | ||
5 | |||
6 | add_subdirectory(vendor/verbly) | 4 | add_subdirectory(vendor/verbly) |
7 | add_subdirectory(vendor/libtwittercpp) | 5 | add_subdirectory(vendor/libtwittercpp) |
8 | add_subdirectory(vendor/yaml-cpp EXCLUDE_FROM_ALL) | 6 | add_subdirectory(vendor/yaml-cpp EXCLUDE_FROM_ALL) |