Skip to content

Commit

Permalink
fix cmake debug setttings
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumFelidae committed Dec 5, 2024
1 parent e7dee54 commit 5f3cbc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cmake_minimum_required (VERSION 3.28)
set(CMAKE_BUILD_TYPE Debug)

include(FetchContent)

Expand Down
11 changes: 3 additions & 8 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,9 @@
{
"name": "x64-release",
"displayName": "x64 Release",
"inherits": "windows-base",
"architecture": {
"value": "x64",
"strategy": "external"
},
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release"
}
"description": "Target Windows (64-bit) with the Visual Studio development environment. (RelWithDebInfo)",
"inherits": "x64-debug",
"cacheVariables": { "CMAKE_BUILD_TYPE": "Release" }
},
{
"name": "x64-linux",
Expand Down

0 comments on commit 5f3cbc6

Please sign in to comment.