Skip to content

Commit c09e121

Browse files
ya1gauravcdunn2001
authored andcommitted
Use standard CMake variables - static/shared lib.
Replace JSONCPP_LIB_BUILD_SHARED => BUILD_SHARED_LIBS
1 parent 4f8ec9d commit c09e121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev.makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dox:
1616
# Then 'git add -A' and 'git push' in jsoncpp-docs.
1717
build:
1818
mkdir -p build/debug
19-
cd build/debug; cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=ON -G "Unix Makefiles" ../..
19+
cd build/debug; cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_SHARED_LIBS=ON -G "Unix Makefiles" ../..
2020
make -C build/debug
2121

2222
# Currently, this depends on include/json/version.h generated

0 commit comments

Comments
 (0)