Skip to content

Commit

Permalink
Restore removal of tar files
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Sep 23, 2024
1 parent 3d4480b commit a8e2ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/CMake/BRLCAD_ExternalDeps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ function(INITIALIZE_TP_FILES)
endif ("${CMAKE_VERSION}" VERSION_LESS "3.24")
message("Expanding ${sd}.tar in build directory... done.")
# Copying complete - remove the archive file
#execute_process(COMMAND ${CMAKE_COMMAND} -E remove ${CMAKE_BINARY_DIR}/${sd}.tar)
execute_process(COMMAND ${CMAKE_COMMAND} -E remove ${CMAKE_BINARY_DIR}/${sd}.tar)
endforeach(sd ${SDIRS})

# The above copy is indiscriminate, so we follow behind it and strip out the
Expand Down

0 comments on commit a8e2ab6

Please sign in to comment.