diff --git a/UtilityApps/CMakeLists.txt b/UtilityApps/CMakeLists.txt index d68277a7837a95506ad27678dd3f37c60b0a6c7b..05c9e82bc62296b0623d6a2e688e10aff529ed99 100644 --- a/UtilityApps/CMakeLists.txt +++ b/UtilityApps/CMakeLists.txt @@ -45,6 +45,7 @@ endif() if(TARGET ROOT::ROOTEve) add_executable(geoWebDisplay src/webdisplay.cpp) target_link_libraries(geoWebDisplay DD4hep::DDCore) + LIST(APPEND OPTIONAL_EXECUTABLES geoWebDisplay) endif() # #----------------------------------------------------------------------------------- @@ -96,4 +97,4 @@ INSTALL(TARGETS geoDisplay ${OPTIONAL_EXECUTABLES} EXPORT DD4hep RUNTIME DESTINATION bin - ) \ No newline at end of file + )