We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 599f7e6 + 7cf5cfc commit e456fcbCopy full SHA for e456fcb
test/analyse/CMakeLists.txt
@@ -9,8 +9,6 @@ include (../seqan3-test.cmake)
9
10
enable_testing ()
11
12
-option (SEQAN3_GENERATE_SNIPPETS "" OFF)
13
-
14
add_subdirectory (../performance performance)
15
add_subdirectory (../snippet snippet)
16
add_subdirectory (../unit unit)
test/snippet/CMakeLists.txt
@@ -11,7 +11,7 @@ include (../cmake/diagnostics/list_unused_snippets.cmake)
CPMGetPackage (googletest)
option (SEQAN3_GENERATE_SNIPPETS "Whether seqan3 snippets should be generated and overwritten within the source tree."
- ON)
+ OFF)
add_library (snippet_main snippet_main.cpp)
17
target_link_libraries (snippet_main PUBLIC seqan3::test gtest)
0 commit comments