forked from pool/python3-espressomd
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)
|
||
|
|