Don't use bundled JSON lib

master
Joseph Donofry 2019-05-12 16:28:11 -04:00
parent 8a276020af
commit 66d1b1067c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ build() {
rm -f cmake/FindOlm.cmake
cmake -Hdeps -B.deps -DUSE_BUNDLED_BOOST=OFF -DUSE_BUNDLED_CMARK=OFF
cmake -Hdeps -B.deps -DUSE_BUNDLED_BOOST=OFF -DUSE_BUNDLED_CMARK=OFF -DUSE_BUNDLED_JSON=OFF
cmake --build .deps
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release \