Add CMake option to havy lazy-loading superancillaries [skip ci]

Not a good idea unless doing very narrow testing
This commit is contained in:
Ian Bell
2025-05-17 18:04:18 -04:00
parent 14294fb790
commit dc63bb3cd3

View File

@@ -2105,6 +2105,10 @@ if(COOLPROP_CATCH_MODULE)
set_property(TARGET CatchTestRunner PROPERTY CXX_INCLUDE_WHAT_YOU_USE
${iwyu_path})
endif()
if(COOLPROP_LAZY_LOAD_SUPERANCILLARIES)
target_compile_definitions(CatchTestRunner PRIVATE LAZY_LOAD_SUPERANCILLARIES)
endif()
endif()
if(COOLPROP_CPP_EXAMPLE_TEST)