We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca58af3 commit 9b5dc4dCopy full SHA for 9b5dc4d
ManiVault/CMakeLists.txt
@@ -168,6 +168,8 @@ CPMAddPackage(
168
NAME valijson
169
GITHUB_REPOSITORY tristanpenman/valijson
170
GIT_TAG v1.0.6
171
+ #GIT_SUBMODULES "" # Does not yet work with CPM, see workaround from https://github.com/cpm-cmake/CPM.cmake/pull/461#issuecomment-1665044141
172
+ GIT_SUBMODULES "doc" # list an existing subdir from the repo to not download any submodules
173
DOWNLOAD_ONLY YES
174
OPTIONS "VALIJSON_BUILD_TESTS OFF" "VALIJSON_USE_EXCEPTIONS ON"
175
)
0 commit comments