Skip to content

Commit

Permalink
Modify directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Panadestein committed Oct 17, 2023
1 parent 5aef35f commit 7e47f26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if (NOT pygreenx_FOUND)
endif ()

# Optional unit testing lib
option(ENABLE_UNITTESTS "Enable GreenX Unit Testing" OFF)
option(ENABLE_UNITTESTS "Enable GreenX Unit Testing" ON)
if (${ENABLE_UNITTESTS})
# Function for generating unit test executables (assumes Zofu)
include(cmake/unit_test_functions.cmake)
Expand Down

0 comments on commit 7e47f26

Please sign in to comment.