Skip to content

Commit e979936

Browse files
committed
Fix cmake file
1 parent 3a6d645 commit e979936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.10)
22
project(gnodegui-root VERSION 0.0.0)
33

4-
set(GNODEGUI_ENABLE_TESTS on)
4+
option(GNODEGUI_ENABLE_TESTS "" ON)
55

66
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
77

0 commit comments

Comments
 (0)