Update CMakeLists.txt

Default ON for ARGPARSE_INSTALL
This commit is contained in:
BryanFlynt 2022-11-05 15:47:39 -06:00 committed by GitHub
parent 764442f0f4
commit d201a3e1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ project(argparse
LANGUAGES CXX
)
option(ARGPARSE_INSTALL OFF)
option(ARGPARSE_INSTALL ON)
option(ARGPARSE_BUILD_TESTS OFF)
option(ARGPARSE_LONG_VERSION_ARG_ONLY OFF)