Skip to content

Commit

Permalink
BUG: Fix path to ITK_DIR and VTK_DIR in cache
Browse files Browse the repository at this point in the history
  • Loading branch information
aylward committed Aug 28, 2023
1 parent 6f50358 commit 56123ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ jobs:
Module_MinimalPathExtraction:BOOL=ON
BUILD_SHARED_LIBS:BOOL=ON
CMAKE_BUILD_TYPE:STRING="Release"
ITK_DIR:PATH=\${CTEST_SOURCE_DIRECTORY}/ITK-build
VTK_DIR:PATH=\${CTEST_SOURCE_DIRECTORY}/VTK-build
ITK_DIR:PATH=${PWD}/ITK-build
VTK_DIR:PATH=${PWD}/VTK-build
BUILD_TESTING:BOOL=ON
BUILD_EXAMPLES:BOOL=OFF
TubeTK_BUILD_APPLICATIONS:BOOL=OFF
Expand Down

0 comments on commit 56123ad

Please sign in to comment.