Skip to content

Commit

Permalink
set cmake policy CMP0077 to NEW
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c0ba40)
  • Loading branch information
9prady9 committed Feb 10, 2020
1 parent bfb473b commit 393f64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include(ForgePlatformSetup)

set_policies(
TYPE NEW
POLICIES CMP0072)
POLICIES CMP0072 CMP0077)

option(BUILD_SHARED_LIBS "Build shared/static library" ON)
option(FG_ENABLE_HUNTER "Use Hunter cmake package handler" OFF)
Expand Down

0 comments on commit 393f64c

Please sign in to comment.