From 922dca4f1e2ddee3e37aee55846b12a3c12b1ccc Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 27 Mar 2019 10:19:40 -0400 Subject: [PATCH] Resolved \$ORIGIN question; thanks to someone in freenode #cmake. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index faf8b3ea..77dcd5e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,5 @@ # 3 june 2016 - set(CMAKE_INSTALL_RPATH "\$ORIGIN") - # flags for warning on undefined symbols # TODO figure out why FreeBSD follows linked libraries here # TODO figure out MSVC equivalents