Skip to content

Commit 5b2a04f

Browse files
Set cmake policy CMP0135 to NEW
1 parent 3c512ca commit 5b2a04f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cmake_minimum_required(VERSION 3.21...3.22 FATAL_ERROR)
2+
cmake_policy(SET CMP0135 NEW)
23

34
project(dpctl
45
LANGUAGES CXX

0 commit comments

Comments
 (0)