summaryrefslogtreecommitdiff
blob: ab646e485d956a59d8ff40c4d670899095852b2a (plain)
1
2
3
4
5
6
7
8
--- a/setup/CMakeLists.txt
+++ b/setup/CMakeLists.txt
@@ -1,3 +1,5 @@
+set(CMAKE_SKIP_BUILD_RPATH TRUE)
+
 add_our_executable(setup setup.c)
 copy_files(copy_setup_data setup.dat)