Merge pull request #130 from skrobinson/fix-cmake-warning

Add CMake project name
This commit is contained in:
Pranav 2021-09-14 09:35:28 -05:00 committed by GitHub
commit 0f392ae057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.6)
project(argparse)
if(MSVC)
# Force to always compile with W4