Skip to content
Snippets Groups Projects
Commit 97d60c88 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Get rid of Catch2's internal warnings

parent 94223102
No related branches found
No related tags found
1 merge request!169git subrepo pull (merge) packages/PEGTL
......@@ -355,6 +355,8 @@ include_directories(${PUGS_BINARY_DIR}/src)
# Pugs tests
set(CATCH_MODULE_PATH "${PUGS_SOURCE_DIR}/packages/Catch2")
add_subdirectory("${CATCH_MODULE_PATH}")
target_compile_options(Catch2 PRIVATE "-w")
target_compile_options(Catch2WithMain PRIVATE "-w")
add_subdirectory(tests)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment