Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Braun committed Feb 1, 2022
1 parent eed40b7 commit 4c4cd41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,9 @@ target_include_directories(ChucKDesignerCHOP PUBLIC
$<INSTALL_INTERFACE:ChucKDesignerCHOP>
)

set(Python_FIND_REGISTRY "LAST")
find_package(Python REQUIRED COMPONENTS Interpreter Development)
set(Python3_FIND_REGISTRY "LAST")
set(Python3_FIND_STRATEGY "LOCATION")
find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
target_link_libraries(${PROJECT_NAME} PUBLIC Python::Python)

target_link_libraries(${PROJECT_NAME} PUBLIC ChucKDesignerShared)
Expand Down

0 comments on commit 4c4cd41

Please sign in to comment.