Skip to content

Commit d6c3f3b

Browse files
authored
Updated cmake command for building samples
1 parent ce0b491 commit d6c3f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ cd argparse
11181118
# Build the tests
11191119
mkdir build
11201120
cd build
1121-
cmake -DARGPARSE_BUILD_TESTS=on ..
1121+
cmake -DARGPARSE_BUILD_SAMPLES=on -DARGPARSE_BUILD_TESTS=on ..
11221122
make
11231123

11241124
# Run tests

0 commit comments

Comments
 (0)