remove cmake_policy (#2404)

* properly gitignore Visual Studio artifacts

* remove cmake_policy
This commit is contained in:
Borislav Stanimirov
2025-07-31 17:18:28 +03:00
committed by GitHub
parent b9e308a727
commit d365cfb4a1
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -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
.cache
-2
View File
@@ -1,6 +1,4 @@
cmake_minimum_required(VERSION 3.14)
cmake_policy(VERSION 3.5) # For doctest
project(
simdjson