Skip to content
Snippets Groups Projects
Commit 68e12443 authored by Andre Sailer's avatar Andre Sailer
Browse files

Examples: ignore DDDigi examples if DDDigi not available

parent 32318c99
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,11 @@ IF(NOT TARGET DD4hep::DDCore)
dd4hep_configure_output()
ENDIF()
IF(NOT TARGET DD4hep::DDDigi)
MESSAGE(STATUS "+++> DDDigi examples shall not be built! [DDDigi not enabled]")
return()
ENDIF()
dd4hep_set_compiler_flags()
dd4hep_use_python_executable()
#==========================================================================
......
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