Skip to content

Commit

Permalink
Merge commit '970e929a09327fe5e642c0b5cb9f54a38677c855' into 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Jul 16, 2019
2 parents b5bd0e5 + 970e929 commit b396e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8 FATAL_ERROR)
INCLUDE(CheckFunctionExists)
IF(COMMAND CMAKE_POLICY)
SET(NEW_POLICIES CMP0003 CMP0022 CMP0023)
SET(NEW_POLICIES CMP0003 CMP0022 CMP0023 CMP0077)
FOREACH(TYPE OLD NEW)
FOREACH(P ${${TYPE}_POLICIES})
IF(POLICY ${P})
Expand Down

0 comments on commit b396e76

Please sign in to comment.