Commit 72383083 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #1335 from alalek:cmake_deprecated_policies

parents 83cfc88a 76e01234
...@@ -6,8 +6,6 @@ if(${CMAKE_VERSION} VERSION_LESS 3.2) ...@@ -6,8 +6,6 @@ if(${CMAKE_VERSION} VERSION_LESS 3.2)
return() return()
endif() endif()
cmake_policy(SET CMP0028 OLD)
# Using cmake scripts and modules # Using cmake scripts and modules
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment