Skip to content

Commit e456fcb

Browse files
authored
Merge pull request #3356 from eseiler/infra/no_generate_snippets
[INFRA] Set default SEQAN3_GENERATE_SNIPPETS to OFF
2 parents 599f7e6 + 7cf5cfc commit e456fcb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/analyse/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ include (../seqan3-test.cmake)
99

1010
enable_testing ()
1111

12-
option (SEQAN3_GENERATE_SNIPPETS "" OFF)
13-
1412
add_subdirectory (../performance performance)
1513
add_subdirectory (../snippet snippet)
1614
add_subdirectory (../unit unit)

test/snippet/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include (../cmake/diagnostics/list_unused_snippets.cmake)
1111
CPMGetPackage (googletest)
1212

1313
option (SEQAN3_GENERATE_SNIPPETS "Whether seqan3 snippets should be generated and overwritten within the source tree."
14-
ON)
14+
OFF)
1515

1616
add_library (snippet_main snippet_main.cpp)
1717
target_link_libraries (snippet_main PUBLIC seqan3::test gtest)

0 commit comments

Comments
 (0)