Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Aug 16, 2024
1 parent 4dd6ef3 commit a845bca
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 @@ -285,7 +285,7 @@ else()
endif()

add_custom_command(TARGET ProMesh4 PRE_BUILD
COMMAND ${CMAKE_COMMAND} -E make_directory tools)
COMMAND ${CMAKE_COMMAND} -E make_directory $<TARGET_FILE_DIR:ProMesh4>/tools)

add_custom_command(TARGET ProMesh4 PRE_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
Expand Down

0 comments on commit a845bca

Please sign in to comment.