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.
1 parent aa4100a commit 7b42f33Copy full SHA for 7b42f33
tests/CMakeLists.txt
@@ -57,8 +57,7 @@ add_executable(oup_runtime_tests ${RUNTIME_TEST_FILES})
57
target_link_libraries(oup_runtime_tests PRIVATE oup::oup)
58
add_platform_definitions(oup_runtime_tests)
59
target_compile_definitions(oup_runtime_tests PUBLIC
60
- SNATCH_DEFINE_MAIN=1
61
- SNATCH_WITH_CXXOPTS=1)
+ SNATCH_DEFINE_MAIN=1)
62
63
add_custom_target(oup_runtime_tests_run
64
COMMAND oup_runtime_tests
0 commit comments