Skip to content

Commit

Permalink
use copy instead of copy_if_different
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Jan 11, 2025
1 parent 23d59bc commit 408863c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if(CFLTK_CARGO_BUILD AND (UNIX OR MSYS OR MINGW))
add_custom_command(
TARGET cfltk
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${CMAKE_INSTALL_PREFIX}/bin/fltk-config
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_INSTALL_PREFIX}/bin/fltk-config
"${CMAKE_INSTALL_PREFIX}/../../../../fltk-config")
endif()

Expand Down

0 comments on commit 408863c

Please sign in to comment.