Skip to content

Commit e8f4b60

Browse files
committed
Add more useful preset settings
1 parent 371b11b commit e8f4b60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakePresets.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
"configurePresets": [
44
{
55
"name": "basic-tests",
6+
"binaryDir": "build",
7+
"installDir": "build/install",
68
"displayName": "Basic development build",
79
"description": "Enables development build with basic tests that are cheap to build and run",
810
"cacheVariables": {
11+
"CMAKE_CXX_EXTENSIONS": "OFF",
12+
"CMAKE_CXX_STANDARD_REQUIRED": "ON",
913
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
1014
"CATCH_DEVELOPMENT_BUILD": "ON"
1115
}

0 commit comments

Comments
 (0)