Skip to content

Commit

Permalink
Updated cmake command for building samples
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav authored Sep 22, 2022
1 parent ce0b491 commit d6c3f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ cd argparse
# Build the tests
mkdir build
cd build
cmake -DARGPARSE_BUILD_TESTS=on ..
cmake -DARGPARSE_BUILD_SAMPLES=on -DARGPARSE_BUILD_TESTS=on ..
make

# Run tests
Expand Down

0 comments on commit d6c3f3b

Please sign in to comment.