diff options
author | Paweł Bylica <chfast@gmail.com> | 2018-07-04 21:11:45 +0800 |
---|---|---|
committer | Paweł Bylica <chfast@gmail.com> | 2018-07-24 22:51:32 +0800 |
commit | 47eede069f346a8234e5980384d224fac0660c69 (patch) | |
tree | 2b063a12db323496249178c99391ce11758dd021 /cmake | |
parent | 1dac6effed5fd2ca9548dde8b8e1c3a3e0985fa7 (diff) | |
download | dexon-solidity-47eede069f346a8234e5980384d224fac0660c69.tar dexon-solidity-47eede069f346a8234e5980384d224fac0660c69.tar.gz dexon-solidity-47eede069f346a8234e5980384d224fac0660c69.tar.bz2 dexon-solidity-47eede069f346a8234e5980384d224fac0660c69.tar.lz dexon-solidity-47eede069f346a8234e5980384d224fac0660c69.tar.xz dexon-solidity-47eede069f346a8234e5980384d224fac0660c69.tar.zst dexon-solidity-47eede069f346a8234e5980384d224fac0660c69.zip |
CMake: Drop policy CMP0028 OLD
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/EthPolicy.cmake | 4 |
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 |