1
0
python3-espressomd/rpath.patch

14 lines
297 B
Diff
Raw Normal View History

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 238e6dac3..96cbaa9a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,6 +20,7 @@
cmake_minimum_required(VERSION 3.4)
message(STATUS "CMake version: ${CMAKE_VERSION}")
+set(CMAKE_SKIP_RPATH ON)
# C++ standard
enable_language(CXX)