summaryrefslogtreecommitdiff
blob: 57bdb6bf8d0e24d08d80160f9982c4e039561844 (plain)
1
2
3
4
5
6
7
8
--- setup/CMakeLists.txt
+++ 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)