Skip to content
Snippets Groups Projects
Unverified Commit 0e71e76a authored by Tim Kaune's avatar Tim Kaune
Browse files

Make CMAKE_INSTALL_PREFIX absolute in CMakePresets

Use ${sourceDir} macro instead of .
parent 90ea126b
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"hidden": true, "hidden": true,
"binaryDir": "${sourceDir}/build", "binaryDir": "${sourceDir}/build",
"cacheVariables": { "cacheVariables": {
"CMAKE_INSTALL_PREFIX": "./install" "CMAKE_INSTALL_PREFIX": "${sourceDir}/install"
}, },
"warnings": { "warnings": {
"dev": false "dev": false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment