about summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2019-02-28 20:35:29 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2019-02-28 20:35:29 -0500
commite6f5d46db4245a27ac9dba90dcbb08caf9ee8a97 (patch)
tree9371667d2a52795d9a0931543317dd6d12ffa160 /CMakeLists.txt
parent01fcbeb60da0bff33d5d9f5b870d444cc418a01d (diff)
downloadrawr-ebooks-e6f5d46db4245a27ac9dba90dcbb08caf9ee8a97.tar.gz
rawr-ebooks-e6f5d46db4245a27ac9dba90dcbb08caf9ee8a97.tar.bz2
rawr-ebooks-e6f5d46db4245a27ac9dba90dcbb08caf9ee8a97.zip
Removed default Debug build
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b35f630..68b80ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,8 +1,6 @@
1cmake_minimum_required (VERSION 3.1) 1cmake_minimum_required (VERSION 3.1)
2project (rawr-ebooks) 2project (rawr-ebooks)
3 3
4set(CMAKE_BUILD_TYPE Debug)
5
6add_subdirectory(vendor/libtwittercpp) 4add_subdirectory(vendor/libtwittercpp)
7 5
8find_package(ASPELL REQUIRED) 6find_package(ASPELL REQUIRED)