diff --git a/.github/workflows/intel-cmake.yml b/.github/workflows/intel-cmake.yml index 83e7e158a50..fb703d480b3 100644 --- a/.github/workflows/intel-cmake.yml +++ b/.github/workflows/intel-cmake.yml @@ -97,13 +97,7 @@ jobs: run: | mkdir "${{ runner.workspace }}/build" Set-Location -Path "${{ runner.workspace }}\\build" - cmake -C ${{ github.workspace }}/config/cmake/cacheinit.cmake -G Ninja ^ - -DCMAKE_BUILD_TYPE=${{ inputs.build_mode }} ^ - -DHDF5_BUILD_FORTRAN=ON ^ - -DHDF5_BUILD_CPP_LIB=ON ^ - -DLIBAEC_USE_LOCALCONTENT=OFF ^ - -DZLIB_USE_LOCALCONTENT=OFF ^ - ${{ github.workspace }} + cmake -C ${{ github.workspace }}/config/cmake/cacheinit.cmake -G Ninja -DCMAKE_BUILD_TYPE=${{ inputs.build_mode }} -DHDF5_BUILD_FORTRAN=ON -DHDF5_BUILD_CPP_LIB=ON -DLIBAEC_USE_LOCALCONTENT=OFF -DZLIB_USE_LOCALCONTENT=OFF ${{ github.workspace }} - name: CMake Build (Windows) shell: pwsh