Skip to content

Commit

Permalink
fix cmake list (#582)
Browse files Browse the repository at this point in the history
The CMake list for extern/actsvg missed the actsvg::web module to be built.
  • Loading branch information
asalzburger authored Oct 30, 2023
1 parent fbf8c97 commit 0e351de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extern/actsvg/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Detray library, part of the ACTS project (R&D line)
#
# (c) 2021-2022 CERN for the benefit of the ACTS project
# (c) 2021-2023 CERN for the benefit of the ACTS project
#
# Mozilla Public License Version 2.0

Expand All @@ -25,5 +25,8 @@ FetchContent_Declare( actsvg
GIT_REPOSITORY "${DETRAY_ACTSVG_GIT_REPOSITORY}"
GIT_TAG "${DETRAY_ACTSVG_GIT_TAG}" )

# Make sure the web plugin of ACTSVG is built
set(ACTSVG_BUILD_WEB ON CACHE BOOL "Build the web plugin of ACTSVG")

# Now set up its build.
FetchContent_MakeAvailable( actsvg )

0 comments on commit 0e351de

Please sign in to comment.