Skip to content
Snippets Groups Projects
Verified Commit f18fc877 authored by Lars Bilke's avatar Lars Bilke
Browse files

[cmake] Fix exclusion of steady state benchmarks.

parent 2863864c
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,6 @@ target_link_libraries(
SteadyStateDiffusion PUBLIC ProcessLib PRIVATE ParameterLib
)
include(Tests.cmake)
if(OGS_BUILD_TESTING)
include(Tests.cmake)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment