Skip to content

Commit 6038af6

Browse files
committed
Remove redundant policy check
1 parent ed215b5 commit 6038af6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ This ``CMakeLists.txt`` file will be used by ``setup.py``.
1818

1919
cmake_minimum_required(VERSION 3.21...3.27 FATAL_ERROR)
2020

21-
if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.24")
22-
cmake_policy(SET CMP0135 NEW)
23-
endif()
24-
2521
message(STATUS "NUMBA_DPEX_VERSION=" "${NUMBA_DPEX_VERSION}")
2622

2723
project(numba-dpex

0 commit comments

Comments
 (0)