mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
Add CMake option to havy lazy-loading superancillaries [skip ci]
Not a good idea unless doing very narrow testing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user