From 0b8136ab3797d12dc4583605b9f4af84fc7f0d5f Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 2 Jul 2018 14:36:07 +0200 Subject: [PATCH] Update cxxopts version in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2949e77..e2e197f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ project(cxxopts) 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_TESTS "Set to ON to build tests" OFF)