Skip to content
Permalink
Browse files
MDEV-16662 CMake warnings: CMP0007
  • Loading branch information
vuvova committed Aug 12, 2018
1 parent a393374 commit aa19eda
Showing 1 changed file with 0 additions and 3 deletions.
@@ -11,9 +11,6 @@ SET(LIBS "")
IF(POLICY CMP0011)
CMAKE_POLICY(SET CMP0011 NEW)
ENDIF()
IF(POLICY CMP0007)
CMAKE_POLICY(SET CMP0007 OLD)
ENDIF()

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

0 comments on commit aa19eda

Please sign in to comment.