From d201a3e1df3bfef2bc9fbc7458350e9b61e871e6 Mon Sep 17 00:00:00 2001 From: BryanFlynt <72622421+BryanFlynt@users.noreply.github.com> Date: Sat, 5 Nov 2022 15:47:39 -0600 Subject: [PATCH] Update CMakeLists.txt Default ON for ARGPARSE_INSTALL --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f12e13..ddc87c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)