mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
Update CMakeLists.txt
Default ON for ARGPARSE_INSTALL
This commit is contained in:
parent
764442f0f4
commit
d201a3e1df
@ -7,7 +7,7 @@ project(argparse
|
|||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
option(ARGPARSE_INSTALL OFF)
|
option(ARGPARSE_INSTALL ON)
|
||||||
option(ARGPARSE_BUILD_TESTS OFF)
|
option(ARGPARSE_BUILD_TESTS OFF)
|
||||||
option(ARGPARSE_LONG_VERSION_ARG_ONLY OFF)
|
option(ARGPARSE_LONG_VERSION_ARG_ONLY OFF)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user