aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmake/EthPolicy.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmake/EthPolicy.cmake b/cmake/EthPolicy.cmake
index 047b429a..76d49051 100644
--- a/cmake/EthPolicy.cmake
+++ b/cmake/EthPolicy.cmake
@@ -6,8 +6,7 @@ macro (eth_policy)
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
- # fix MACOSX_RPATH
- cmake_policy(SET CMP0042 OLD)
+ cmake_policy(SET CMP0042 NEW)
# ignore COMPILE_DEFINITIONS_<Config> properties
cmake_policy(SET CMP0043 OLD)