diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b1e00be..e601965 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 3.6) +project(argparse) if(MSVC) # Force to always compile with W4