Skip to content

Commit

Permalink
Explicitly use old CMake FindPython policy
Browse files Browse the repository at this point in the history
  • Loading branch information
GarrettDMorrison authored and Danielle Asher committed Dec 6, 2023
1 parent b345842 commit b5855b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cmake_policy(SET CMP0148 OLD)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_LIST_DIR}/scikit-build-cmake)
include(UseCython)
include(FindPythonExtensions)
Expand Down

0 comments on commit b5855b8

Please sign in to comment.