From 47eede069f346a8234e5980384d224fac0660c69 Mon Sep 17 00:00:00 2001 From: Paweł Bylica Date: Wed, 4 Jul 2018 15:11:45 +0200 Subject: CMake: Drop policy CMP0028 OLD --- cmake/EthPolicy.cmake | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cmake/EthPolicy.cmake') 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 -- cgit