Skip to content

Commit

Permalink
Update CMakePresets.json file
Browse files Browse the repository at this point in the history
- Enabled CMAKE_EXPORT_COMPILE_COMMANDS.

- Expanded CMAKE_INSTALL_PREFIX to an absolute path.

Signed-off-by: Derek Foster <[email protected]>
  • Loading branch information
ffoulkes committed Oct 12, 2024
1 parent 508c9ce commit 6017cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
"CMAKE_EXPORT_COMPILE_COMMANDS": true,
"CMAKE_INSTALL_PREFIX": {
"type": "PATH",
"value": "install"
"value": "${sourceDir}/install"
},
"SET_RPATH": true
}
Expand Down

0 comments on commit 6017cd9

Please sign in to comment.