Skip to content

Commit

Permalink
Merge pull request #157 from Sam4uk/cmake_edit
Browse files Browse the repository at this point in the history
edit CMakeLists.txt
  • Loading branch information
p-ranav authored Feb 23, 2022
2 parents 419648b + 06f687b commit c206214
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.12.4)

project(argparse VERSION 1.0.0 LANGUAGES CXX)
set("PROJECT_DESCRIPTION" "A single header argument parser for C++17")
set("PROJECT_HOMEPAGE_URL" "https://github.com/p-ranav/argparse")
project(argparse
VERSION 1.0.0
DESCRIPTION "A single header argument parser for C++17"
HOMEPAGE_URL "https://github.com/p-ranav/argparse"
LANGUAGES CXX
)

option(ARGPARSE_BUILD_TESTS OFF)
option(ARGPARSE_LONG_VERSION_ARG_ONLY OFF)
Expand Down

0 comments on commit c206214

Please sign in to comment.