Skip to content

Commit 27d6dcb

Browse files
committed
test
1 parent f3dc0d7 commit 27d6dcb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
cmake_minimum_required(VERSION 3.26)
22

3+
if(POLICY CMP0025)
4+
cmake_policy(SET CMP0025 NEW)
5+
endif()
6+
37
include(cmake/PreventInSourceBuilds.cmake)
48

59
project(

0 commit comments

Comments
 (0)