ship CMakePresets.json instead of copying a template

Co-Authored-By: Grok 4.6 <noreply@x.ai>
This commit is contained in:
Marco Antonio J. Costa
2026-08-20 15:15:10 -03:00
committed by majcosta
co-authored by Grok 4.6
parent c9100aacee
commit 69764e4459
7 changed files with 65 additions and 61 deletions
-3
View File
@@ -18,9 +18,6 @@ if(USE_SCCACHE)
endif()
endif()
include(cmake/CopyUserPresetTemplate.cmake)
CopyUserPresetTemplate()
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)