mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +00:00
Merge pull request #130 from skrobinson/fix-cmake-warning
Add CMake project name
This commit is contained in:
commit
0f392ae057
@ -1,4 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
project(argparse)
|
||||
|
||||
if(MSVC)
|
||||
# Force to always compile with W4
|
||||
|
Loading…
Reference in New Issue
Block a user