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 4f8ec9d commit c09e121Copy full SHA for c09e121
dev.makefile
@@ -16,7 +16,7 @@ dox:
16
# Then 'git add -A' and 'git push' in jsoncpp-docs.
17
build:
18
mkdir -p build/debug
19
- cd build/debug; cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=ON -G "Unix Makefiles" ../..
+ cd build/debug; cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_SHARED_LIBS=ON -G "Unix Makefiles" ../..
20
make -C build/debug
21
22
# Currently, this depends on include/json/version.h generated
0 commit comments