Skip to content

Commit

Permalink
Merge pull request #1599 from arcaneframework/dev/ah-change-python-li…
Browse files Browse the repository at this point in the history
…b-scope

Change the scope in the target_link_libraries of python
  • Loading branch information
AlexlHer authored Aug 29, 2024
2 parents 84066fe + bac4444 commit 348ac10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcane/src/arcane/std/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ if(${ARCANE_HAS_MALLOC_HOOKS})
endif()

if (ARCANE_HAS_KDI_PYTHON)
target_link_libraries(arcane_std PUBLIC Python::Python Python::NumPy)
target_link_libraries(arcane_std PRIVATE Python::Python Python::NumPy)
endif()

target_link_libraries(arcane_std PUBLIC $<TARGET_NAME_IF_EXISTS:Arccore::arccore_message_passing_mpi>)
Expand Down

0 comments on commit 348ac10

Please sign in to comment.