From 1c877417a927ffd836782d38234f8a67cdf00917 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 11 Jan 2017 15:10:33 +0100 Subject: [PATCH] bummer --- tools/cmake/MakeLib.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cmake/MakeLib.cmake b/tools/cmake/MakeLib.cmake index 278b589ef3..7210bc7d98 100644 --- a/tools/cmake/MakeLib.cmake +++ b/tools/cmake/MakeLib.cmake @@ -2,7 +2,7 @@ # On Mac OSX, don't specify where to look for the dependencies # Otherwise, the libsimgrid-java will not find libsimgrid, as it is located in a temporary directory -set(MACOSX_RPATH 0) +set(MACOSX_RPATH OFF) ############################### # Declare the library content # -- 2.20.1