From d365cfb4a15027fa378453e139444d66b0f7ad44 Mon Sep 17 00:00:00 2001 From: Borislav Stanimirov Date: Thu, 31 Jul 2025 17:18:28 +0300 Subject: [PATCH] remove cmake_policy (#2404) * properly gitignore Visual Studio artifacts * remove cmake_policy --- .gitignore | 4 ++-- CMakeLists.txt | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) 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