Matej Cepl
78e7ea8a32
Fixed bug #1198352 OBS-URL: https://build.opensuse.org/request/show/970387 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python3-espressomd?expand=0&rev=30
14 lines
297 B
Diff
14 lines
297 B
Diff
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)
|
|
|