Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ManiVault/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ CPMAddPackage(
NAME valijson
GITHUB_REPOSITORY tristanpenman/valijson
GIT_TAG v1.0.6
#GIT_SUBMODULES "" # Does not yet work with CPM, see workaround from https://github.com/cpm-cmake/CPM.cmake/pull/461#issuecomment-1665044141
GIT_SUBMODULES "doc" # list an existing subdir from the repo to not download any submodules
DOWNLOAD_ONLY YES
OPTIONS "VALIJSON_BUILD_TESTS OFF" "VALIJSON_USE_EXCEPTIONS ON"
)
Expand Down