Skip to content

Commit 648e7fa

Browse files
committed
fetchit.9
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent 5e834f6 commit 648e7fa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci_fetchcontent.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ jobs:
5353
IMATH_REPO=https://github.com/$GITHUB_REPOSITORY
5454
IMATH_BUILD_TESTING=OFF
5555
56-
cmake -S src/ImathTest -B $BUILD_DIR -DIMATH_REPO=$IMATH_REPO -DIMATH_TAG=$IMATH_TAG
56+
cmake -S src/ImathTest -B $BUILD_DIR \
57+
-DIMATH_REPO=$IMATH_REPO -DIMATH_TAG=$IMATH_TAG
5758
cmake --build $BUILD_DIR --config Release
5859
59-
if [[ "$RUNNER_OS" == "Windows" ]]; then
60+
if [[ "$RUNNER_OS" == "Windows" ]]; then
6061
$BUILD_DIR/bin/Release/ImathTest.exe
6162
else
6263
$BUILD_DIR/bin/ImathTest

0 commit comments

Comments
 (0)