We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed40b7 commit 4c4cd41Copy full SHA for 4c4cd41
CMakeLists.txt
@@ -236,8 +236,9 @@ target_include_directories(ChucKDesignerCHOP PUBLIC
236
$<INSTALL_INTERFACE:ChucKDesignerCHOP>
237
)
238
239
-set(Python_FIND_REGISTRY "LAST")
240
-find_package(Python REQUIRED COMPONENTS Interpreter Development)
+set(Python3_FIND_REGISTRY "LAST")
+set(Python3_FIND_STRATEGY "LOCATION")
241
+find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
242
target_link_libraries(${PROJECT_NAME} PUBLIC Python::Python)
243
244
target_link_libraries(${PROJECT_NAME} PUBLIC ChucKDesignerShared)
0 commit comments