aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Bylica <chfast@gmail.com>2018-07-04 21:11:45 +0800
committerPaweł Bylica <chfast@gmail.com>2018-07-24 22:51:32 +0800
commit47eede069f346a8234e5980384d224fac0660c69 (patch)
tree2b063a12db323496249178c99391ce11758dd021
parent1dac6effed5fd2ca9548dde8b8e1c3a3e0985fa7 (diff)
downloaddexon-solidity-47eede069f346a8234e5980384d224fac0660c69.tar.gz
dexon-solidity-47eede069f346a8234e5980384d224fac0660c69.tar.zst
dexon-solidity-47eede069f346a8234e5980384d224fac0660c69.zip
CMake: Drop policy CMP0028 OLD
-rw-r--r--cmake/EthPolicy.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/EthPolicy.cmake b/cmake/EthPolicy.cmake
index 31b09f15..e9f42a33 100644
--- a/cmake/EthPolicy.cmake
+++ b/cmake/EthPolicy.cmake
@@ -7,10 +7,6 @@ macro (eth_policy)
# let cmake autolink dependencies on windows
cmake_policy(SET CMP0020 NEW)
- # CMake 2.8.12 and lower allowed the use of targets and files with double
- # colons in target_link_libraries,
- cmake_policy(SET CMP0028 OLD)
-
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
# fix MACOSX_RPATH