Skip to content
Snippets Groups Projects
Commit 2579f00b authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

data target only depends on ctest target.

parent 4ecad997
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,8 @@ IF( OGS_BUILD_TESTS AND NOT IS_SUBPROJECT )
# Create a target 'data', which downloads all referenced data sets into the build tree
# This has to be defined after all tests are defined
ExternalData_Add_Target(data)
SET_TARGET_PROPERTIES(data PROPERTIES EXCLUDE_FROM_ALL 1)
ADD_DEPENDENCIES(ctest data)
ENDIF() # OGS_BUILD_TESTS
IF(OGS_BUILD_UTILS AND NOT IS_SUBPROJECT)
ADD_SUBDIRECTORY( Utils/SimpleMeshCreation )
......
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