mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
Fix cmake option command by including help text
The option() command expects a help string between the variable and the initial value. Closes #241 Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
This commit is contained in:
parent
be705d191b
commit
d0beb40d64
@ -7,8 +7,8 @@ project(argparse
|
|||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
option(ARGPARSE_INSTALL ON)
|
option(ARGPARSE_INSTALL "Include an install target" ON)
|
||||||
option(ARGPARSE_BUILD_TESTS OFF)
|
option(ARGPARSE_BUILD_TESTS "Build tests" OFF)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
include(CMakePackageConfigHelpers)
|
include(CMakePackageConfigHelpers)
|
||||||
|
Loading…
Reference in New Issue
Block a user