We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e834f6 commit 648e7faCopy full SHA for 648e7fa
1 file changed
.github/workflows/ci_fetchcontent.yml
@@ -53,10 +53,11 @@ jobs:
53
IMATH_REPO=https://github.com/$GITHUB_REPOSITORY
54
IMATH_BUILD_TESTING=OFF
55
56
- cmake -S src/ImathTest -B $BUILD_DIR -DIMATH_REPO=$IMATH_REPO -DIMATH_TAG=$IMATH_TAG
+ cmake -S src/ImathTest -B $BUILD_DIR \
57
+ -DIMATH_REPO=$IMATH_REPO -DIMATH_TAG=$IMATH_TAG
58
cmake --build $BUILD_DIR --config Release
59
- if [[ "$RUNNER_OS" == "Windows" ]]; then
60
+ if [[ "$RUNNER_OS" == "Windows" ]]; then
61
$BUILD_DIR/bin/Release/ImathTest.exe
62
else
63
$BUILD_DIR/bin/ImathTest
0 commit comments