Updated cmake command for building samples

This commit is contained in:
Pranav 2022-09-21 21:17:24 -05:00 committed by GitHub
parent ce0b491571
commit d6c3f3b704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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