From 0bae0cd62db8af97114d3b04d406b82375ef5b58 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Wed, 16 Aug 2023 05:42:05 -0400 Subject: [PATCH] Made an adjustment to the FindPython3 call in the CMake based on a failure of the Linux build in cibuildwheels --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 29364ff6b..88df53cf3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ IF(PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR) ENDIF() # Ensure scikit-build modules -FIND_PACKAGE(Python3 COMPONENTS Interpreter Development REQUIRED) +FIND_PACKAGE(Python3 COMPONENTS Interpreter Development.Module REQUIRED) IF (NOT SKBUILD) EXECUTE_PROCESS( COMMAND "${Python3_EXECUTABLE}"