mirror of
https://github.com/hak5/nano-tetra-packages-community.git
synced 2025-10-29 16:59:28 +00:00
11 lines
523 B
Diff
11 lines
523 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -6,8 +6,6 @@ set(VERSION "0.8.2")
|
|
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules")
|
|
set(CMAKE_SCRIPT_PATH "${CMAKE_SOURCE_DIR}/cmake/Scripts")
|
|
|
|
-include(MacroEnsureOutOfSourceBuild)
|
|
-macro_ensure_out_of_source_build("${PROJECT_NAME} requires an out of source build. Please create a separate build directory and run 'cmake /path/to/${PROJECT_NAME} [options]' there.")
|
|
|
|
option(ENABLE_CURSES "Enable curses interface" ON)
|
|
option(ENABLE_GTK "Enable GTK interface" ON)
|