Skip to content

Commit 129da34

Browse files
authored
Merge pull request #170 from alliander-opensource/fix/ninja-generator
use ninja generator
2 parents 7cd18ec + 51d6d24 commit 129da34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"cmake.buildDirectory": "${workspaceFolder}/cpp_build_${buildType}",
66
"C_Cpp.autoAddFileAssociations": false,
77
"cmake.configureOnOpen": true,
8+
"cmake.generator": "Ninja",
89
"testMate.cpp.test.executables": "cpp_build_${command:cmake.buildType}/tests/cpp_unit_tests/power_grid_model_unit_tests",
910
"python.testing.pytestArgs": [
1011
"tests",

0 commit comments

Comments
 (0)