We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b9b740 commit b548cdfCopy full SHA for b548cdf
1 file changed
README.md
@@ -64,7 +64,7 @@ Alternatively, from the command-line on Unix in the source directory:
64
65
mkdir -p ../build/debug
66
cd ../build/debug
67
- cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=OFF -G "Unix Makefiles" ../../jsoncpp-src
+ cmake -DCMAKE_BUILD_TYPE=debug -DJSONCPP_LIB_BUILD_SHARED=OFF -G "Unix Makefiles" ../../jsoncpp/src
68
make
69
70
Running `cmake -`" will display the list of available generators (passed using
0 commit comments