mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
Merge pull request #29 from certik/rpath
Set the proper RPATH for installed libraries
This commit is contained in:
commit
863b80385f
@ -18,3 +18,7 @@ elseif(MSVC)
|
||||
# have reference type and must not be parenthesized
|
||||
add_definitions(/D_CRT_NO_VA_START_VALIDATION)
|
||||
endif()
|
||||
|
||||
if(NOT APPLE)
|
||||
set(CMAKE_INSTALL_RPATH $ORIGIN)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user