Skip to content

Commit 393f64c

Browse files
author
pradeep
committed
set cmake policy CMP0077 to NEW
(cherry picked from commit 4c0ba40)
1 parent bfb473b commit 393f64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include(ForgePlatformSetup)
1515

1616
set_policies(
1717
TYPE NEW
18-
POLICIES CMP0072)
18+
POLICIES CMP0072 CMP0077)
1919

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

0 commit comments

Comments
 (0)