Skip to content

Commit 303cca6

Browse files
committed
Set CMAKE_SKIP_TEST_ALL_DEPENDENCY too
1 parent ed03fd7 commit 303cca6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cmake/CMakeGenericPresets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"CMAKE_CXX_EXTENSIONS": false,
1616
"CMAKE_CXX_STANDARD": "23",
1717
"CMAKE_CXX_STANDARD_REQUIRED": true,
18-
"CMAKE_EXPORT_COMPILE_COMMANDS": true
18+
"CMAKE_EXPORT_COMPILE_COMMANDS": true,
19+
"CMAKE_SKIP_TEST_ALL_DEPENDENCY": false
1920
}
2021
}
2122
]

cmake/CMakeWindowsPresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 9,
2+
"version": 6,
33
"include": [
44
"CMakeGenericPresets.json"
55
],

0 commit comments

Comments
 (0)