Skip to content
Snippets Groups Projects
Verified Commit de48b644 authored by Tim Kaune's avatar Tim Kaune
Browse files

Make CMAKE_INSTALL_PREFIX absolute in CMakePresets

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