forked from hasufell/hasufell-repository
9 lines
178 B
Diff
9 lines
178 B
Diff
--- 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)
|
|
|