summaryrefslogtreecommitdiffstats
path: root/build_settings.cmake
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-06-28 10:48:44 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-06-28 10:48:44 +0200
commitf556ca70768f62163f11ec143770c201160b7af1 (patch)
tree90292c405a5ac5eecd99d2b21909e0fa5d529c74 /build_settings.cmake
parent3c43c863f18f2f77120a0b27a8ef8beae63080e8 (diff)
use /opt/vespa as example in comment
Diffstat (limited to 'build_settings.cmake')
-rw-r--r--build_settings.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_settings.cmake b/build_settings.cmake
index 6a478e6b038..8c25c22746c 100644
--- a/build_settings.cmake
+++ b/build_settings.cmake
@@ -42,7 +42,7 @@ set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
# Default RPATH settings for CMake 3.4:
# For non-installed targets, reference external libraries using an RPATH into the build tree.
-# For installed targets, reference external libraries using INSTALL_RPATH (i.e. /home/y/lib64 on ylinux)
+# For installed targets, reference external libraries using INSTALL_RPATH (i.e. /opt/vespa/lib64 on ylinux)
set(CMAKE_CMAKE_SKIP_BUILD_RPATH FALSE)
set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE)