Skip to content

Commit

Permalink
CMAKE: Remove redundant asy-base-file target.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Feb 4, 2024
1 parent 1f65e95 commit fda3082
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake-scripts/asy-base-files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ configure_file(${ASY_RESOURCE_DIR}/versionTemplate.asy.in ${ASY_BUILD_BASE_DIR}/
list(APPEND ASY_OUTPUT_BASE_FILES ${ASY_BUILD_BASE_DIR}/version.asy)

# copy base files to build dir

add_custom_target(asy_base_files)

macro (copy_base_file base_file_name)
add_custom_command(
COMMAND ${CMAKE_COMMAND} -E copy
Expand Down

0 comments on commit fda3082

Please sign in to comment.