summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-06-11 20:05:39 -0700
committerGitHub <noreply@github.com>2020-06-11 22:05:39 -0500
commitd7847d052eb45695f24b2d534d3b6fb1551302ea (patch)
tree21bd19f3cbfc158ef0fbadd94d59f60bbcd655fd /cmake
parent4d547e52d3f2b54a0af7270d2b653d2cb24edb57 (diff)
Fix install of static builds (#4604)
We use CMAKE_INSTALL_PATH to set the installation prefix as an RPATH in the executable. However, for static builds, changing the RPATH fails. This commit changes our build system to only change the CMAKE_INSTALL_PATH if we are doing a shared library build.
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback