diff --git a/cmake/standalone.cmake b/cmake/standalone.cmake index a94c3bb..d34270e 100644 --- a/cmake/standalone.cmake +++ b/cmake/standalone.cmake @@ -114,3 +114,8 @@ include(CompilerSettings) set_basic_compiler_options() set_legacy_security_options() #set_extended_security_options() + +#----------------------------------------------------------------------- +# set_install_rpath() +#----------------------------------------------------------------------- +include(SetInstallRpath)