Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Made an adjustment to the FindPython3 call in the CMake based on a fa…
Browse files Browse the repository at this point in the history
…ilure of the Linux build in cibuildwheels
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 16, 2023
1 parent ea4ae19 commit 0bae0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 0bae0cd

Please sign in to comment.