Skip to content

Commit

Permalink
[arcane,cmake] Replace PUBLIC with PRIVATE in the python target_link…
Browse files Browse the repository at this point in the history
…_libraries
  • Loading branch information
AlexlHer committed Aug 29, 2024
1 parent 84066fe commit bac4444
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 bac4444

Please sign in to comment.