Update cxxopts version in CMakeLists.txt
This commit is contained in:
parent
e725ea3084
commit
0b8136ab37
@ -22,7 +22,7 @@ project(cxxopts)
|
|||||||
|
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
|
||||||
set(VERSION "1.2.0")
|
set(VERSION "2.1.0")
|
||||||
|
|
||||||
option(CXXOPTS_BUILD_EXAMPLES "Set to ON to build examples" ON)
|
option(CXXOPTS_BUILD_EXAMPLES "Set to ON to build examples" ON)
|
||||||
option(CXXOPTS_BUILD_TESTS "Set to ON to build tests" OFF)
|
option(CXXOPTS_BUILD_TESTS "Set to ON to build tests" OFF)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user