Skip to content

Commit 7b42f33

Browse files
committed
Removed cxxopts
1 parent aa4100a commit 7b42f33

File tree

3 files changed

+364
-57
lines changed

3 files changed

+364
-57
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ add_executable(oup_runtime_tests ${RUNTIME_TEST_FILES})
5757
target_link_libraries(oup_runtime_tests PRIVATE oup::oup)
5858
add_platform_definitions(oup_runtime_tests)
5959
target_compile_definitions(oup_runtime_tests PUBLIC
60-
SNATCH_DEFINE_MAIN=1
61-
SNATCH_WITH_CXXOPTS=1)
60+
SNATCH_DEFINE_MAIN=1)
6261

6362
add_custom_target(oup_runtime_tests_run
6463
COMMAND oup_runtime_tests

0 commit comments

Comments
 (0)