aboutsummaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-08-17 12:18:05 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-08-17 12:18:05 -0400
commit0925f5c786badb715d564e991d2306632c2aecad (patch)
treebd46009803c2a136eb85ea9d8566f595ba387291 /CMakePresets.json
parent614c02097f5f173299948df279c2d3e2f9f748f9 (diff)
parent756a184762db4cb0a9945d066b59d0e2f58c18d8 (diff)
Merge branch 'develop' into c-sharp
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json24
1 files changed, 15 insertions, 9 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 63ccfec..1b6d907 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -15,7 +15,7 @@
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Windows"
- }
+ },
},
{
"name": "x64-debug",
@@ -27,7 +27,8 @@
},
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
- "NC_BUILD_TESTS": true
+ "NC_BUILD_TESTS": true,
+ "NC_ENABLE_UTILS": true
}
},
{
@@ -44,13 +45,18 @@
"CRYPTO_LIB": "openssl"
}
},
- {
- "name": "x64-release",
- "displayName": "x64 Release",
- "inherits": "x64-debug",
- "cacheVariables": {
- "CMAKE_BUILD_TYPE": "Release"
- }
+ {
+ "name": "x64-release",
+ "displayName": "x64 Release",
+ "inherits": "windows-base",
+ "architecture": {
+ "value": "x64",
+ "strategy": "external"
+ },
+ "cacheVariables": {
+ "CMAKE_BUILD_TYPE": "Release",
+ "NC_ENABLE_UTILS": true
}
+ }
]
}