diff options
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 |