Skip to content

Commit

Permalink
Removed the patch from CmakeLists
Browse files Browse the repository at this point in the history
A print statement has been added in sciunit-dedup which was previously done through this install-time patch in Sciunit. More details on the issue here:
#38
  • Loading branch information
sranasir committed Mar 25, 2024
1 parent a4f2018 commit 2990cf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ ExternalProject_Add(
ExternalProject_Add(
vvpkg
GIT_REPOSITORY "https://github.com/depaul-dice/sciunit-dedup"
GIT_TAG "1234d4c"
PATCH_COMMAND ${GIT_EXECUTABLE} apply ${_FILES_DIR}/vv-report-size.patch
CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
INSTALL_COMMAND install -s <BINARY_DIR>/demo/vv ${_LIBEXEC_DIR}
TEST_COMMAND <BINARY_DIR>/tests/run
Expand Down

0 comments on commit 2990cf5

Please sign in to comment.