mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
remove cmake_policy (#2404)
* properly gitignore Visual Studio artifacts * remove cmake_policy
This commit is contained in:
committed by
GitHub
parent
b9e308a727
commit
d365cfb4a1
+2
-2
@@ -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
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
cmake_policy(VERSION 3.5) # For doctest
|
||||
|
||||
|
||||
project(
|
||||
simdjson
|
||||
|
||||
Reference in New Issue
Block a user