Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit c371130

Browse files
mseng10hjmjohnson
authored andcommitted
BUG: ITK runtime directory in PATH for Windows not specified
1 parent 57a0041 commit c371130

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-test-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ jobs:
100100
set(dashboard_no_clean 1)
101101
set(ENV{CC} ${{ matrix.c-compiler }})
102102
set(ENV{CXX} ${{ matrix.cxx-compiler }})
103+
if(WIN32)
104+
set(ENV{PATH} "\${CTEST_DASHBOARD_ROOT}/ITK-build/bin;\$ENV{PATH}")
105+
endif()
103106
set(dashboard_cache "
104107
ITK_DIR:PATH=\${CTEST_DASHBOARD_ROOT}/ITK-build
105108
BUILD_TESTING:BOOL=ON

0 commit comments

Comments
 (0)