Skip to content

Commit

Permalink
Adds CMAKE_BUILD_WITH_INSTALL_RPATH to Intel presets
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBolitho committed Jan 3, 2025
1 parent 3bba11e commit 7b6c0aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion enzyme/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
"cacheVariables": {
"CMAKE_C_COMPILER": "icx",
"CMAKE_CXX_COMPILER": "icpx",
"CMAKE_CXX_FLAGS": "-Wall -fno-rtti -Werror=unused-variable -Werror=dangling-else -Werror=unused-but-set-variable -Werror=return-type -Werror=nonnull -Werror=unused-result -Werror=reorder -Werror=switch -Wno-comment"
"CMAKE_CXX_FLAGS": "-Wall -fno-rtti -Werror=unused-variable -Werror=dangling-else -Werror=unused-but-set-variable -Werror=return-type -Werror=nonnull -Werror=unused-result -Werror=reorder -Werror=switch",
"CMAKE_BUILD_WITH_INSTALL_RPATH": "ON"
}
},
{
Expand Down

0 comments on commit 7b6c0aa

Please sign in to comment.