aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorPaweł Bylica <chfast@gmail.com>2018-07-24 22:57:57 +0800
committerPaweł Bylica <chfast@gmail.com>2018-07-24 22:57:57 +0800
commit33e22dc8bbe59bf07290bc47c27c10d9a42c6a75 (patch)
tree90ed510576c0ce5d2bf8de71bf9c8ae1cb796666 /cmake
parent9b5d713c2864a2817105ed51fe2ebf1a92356d82 (diff)
downloaddexon-solidity-33e22dc8bbe59bf07290bc47c27c10d9a42c6a75.tar
dexon-solidity-33e22dc8bbe59bf07290bc47c27c10d9a42c6a75.tar.gz
dexon-solidity-33e22dc8bbe59bf07290bc47c27c10d9a42c6a75.tar.bz2
dexon-solidity-33e22dc8bbe59bf07290bc47c27c10d9a42c6a75.tar.lz
dexon-solidity-33e22dc8bbe59bf07290bc47c27c10d9a42c6a75.tar.xz
dexon-solidity-33e22dc8bbe59bf07290bc47c27c10d9a42c6a75.tar.zst
dexon-solidity-33e22dc8bbe59bf07290bc47c27c10d9a42c6a75.zip
CMake: Do not set CMP0020 because it's about Qt
Diffstat (limited to 'cmake')
-rw-r--r--cmake/EthPolicy.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/EthPolicy.cmake b/cmake/EthPolicy.cmake
index e9f42a33..047b429a 100644
--- a/cmake/EthPolicy.cmake
+++ b/cmake/EthPolicy.cmake
@@ -4,9 +4,6 @@ macro (eth_policy)
# link_directories() treats paths relative to the source dir.
cmake_policy(SET CMP0015 NEW)
- # let cmake autolink dependencies on windows
- cmake_policy(SET CMP0020 NEW)
-
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
# fix MACOSX_RPATH