Commit 778d0ad5 by Maarten L. Hekkelman

catch this

parent b51c8f00
...@@ -35,7 +35,7 @@ if(MSVC) ...@@ -35,7 +35,7 @@ if(MSVC)
target_compile_options(unit-test-dssp PRIVATE /EHsc) target_compile_options(unit-test-dssp PRIVATE /EHsc)
endif() endif()
if(${Catch2_VERSION} VERSION_GREATER_EQUAL 3.0.0) if("${Catch2_VERSION}" VERSION_GREATER_EQUAL 3.0.0)
target_compile_definitions(unit-test-dssp PUBLIC CATCH22=0) target_compile_definitions(unit-test-dssp PUBLIC CATCH22=0)
else() else()
target_compile_definitions(unit-test-dssp PUBLIC CATCH22=1) target_compile_definitions(unit-test-dssp PUBLIC CATCH22=1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment