diff --git a/.gitignore b/.gitignore index 0608e31b2..3709099fb 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,7 @@ cmake-build-release/ .history/ # Visual Studio artifacts -/VS/ +/.vs/ # C/C++ build outputs .build/ @@ -106,4 +106,4 @@ objs !.vscode/extensions.json # clangd -.cache \ No newline at end of file +.cache diff --git a/CMakeLists.txt b/CMakeLists.txt index af1e25d97..f26dd4b9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,4 @@ cmake_minimum_required(VERSION 3.14) -cmake_policy(VERSION 3.5) # For doctest - project( simdjson