Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Default ON for ARGPARSE_INSTALL
  • Loading branch information
BryanFlynt authored Nov 5, 2022
1 parent 764442f commit d201a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d201a3e

Please sign in to comment.