Skip to content

Commit

Permalink
Resolve warning about cmake policy
Browse files Browse the repository at this point in the history
  • Loading branch information
steveire committed Jul 18, 2019
1 parent 80d56d8 commit e9aeb93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ if (POLICY CMP0063)
cmake_policy(SET CMP0063 NEW)
endif()

if (POLICY CMP0071)
cmake_policy(SET CMP0071 NEW)
endif()

project(Grantlee)

# Workaround for http://public.kitware.com/Bug/view.php?id=12301
Expand Down

0 comments on commit e9aeb93

Please sign in to comment.