Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Jun 2, 2024
1 parent bbcebc3 commit ee7ef6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/lib3mfConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ else()
if(APPLE)
# On macOS, copy .dylib files, preserving symlinks
add_custom_command(TARGET ${target} POST_BUILD
COMMAND sh -c "if [ ! -f '$<TARGET_FILE_DIR:${target}>/lib3mf.dylib' ]; then cp -P '${lib3mf_LIBRARY_DIR}/lib3mf.dylib'* '$<TARGET_FILE_DIR:${target}>'; fi"
COMMAND sh -c "cp -P '${lib3mf_LIBRARY_DIR}/lib3mf.dylib'* '$<TARGET_FILE_DIR:${target}>'"
COMMENT "Copying all lib3mf library files to target directory on MacOS")

elseif(UNIX)
Expand Down

0 comments on commit ee7ef6c

Please sign in to comment.