We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6d645 commit e979936Copy full SHA for e979936
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.10)
2
project(gnodegui-root VERSION 0.0.0)
3
4
-set(GNODEGUI_ENABLE_TESTS on)
+option(GNODEGUI_ENABLE_TESTS "" ON)
5
6
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
7
0 commit comments