Skip to content

Commit aa19eda

Browse files
committed
MDEV-16662 CMake warnings: CMP0007
1 parent a393374 commit aa19eda

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmake/for_clients.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ SET(LIBS "")
1111
IF(POLICY CMP0011)
1212
CMAKE_POLICY(SET CMP0011 NEW)
1313
ENDIF()
14-
IF(POLICY CMP0007)
15-
CMAKE_POLICY(SET CMP0007 OLD)
16-
ENDIF()
1714

1815
# Extract dependencies using CMake's internal ${target}_LIB_DEPENDS variable
1916
# returned string in ${var} is can be passed to linker's command line

0 commit comments

Comments
 (0)