Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit fc101bc

Browse files
committed
CMake: set CMP0028 policy to NEW
1 parent 1159185 commit fc101bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/EthPolicy.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ macro (eth_policy)
99

1010
# CMake 2.8.12 and lower allowed the use of targets and files with double
1111
# colons in target_link_libraries,
12-
cmake_policy(SET CMP0028 OLD)
12+
cmake_policy(SET CMP0028 NEW)
1313

1414
if (${CMAKE_VERSION} VERSION_GREATER 3.0)
1515

0 commit comments

Comments
 (0)