Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Apr 29, 2024
1 parent f749f7e commit 18bd210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ else()
set_target_properties(_basixcpp PROPERTIES INSTALL_RPATH ${_basix_dir})
endif()

install(TARGETS _basixcpp LIBRARY DESTINATION basix RUNTIME_DEPENDENCY_SET dependencies)
install(TARGETS _basixcpp RUNTIME_DEPENDENCY_SET dependencies LIBRARY DESTINATION basix)

# Copies all runtime dependencies to same path as basix.dll
# Only enabled on Windows because never seen the necessity on Unix.
Expand Down

0 comments on commit 18bd210

Please sign in to comment.