File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ jobs:
105105 # Configure CMake
106106 # ------------------------
107107
108- # macOS (LLVM)
109108 - name : Configure CMake (macOS)
110109 if : matrix.os == 'macos-latest'
111110 run : >
@@ -116,7 +115,6 @@ jobs:
116115 -DCMAKE_CXX_COMPILER=/opt/homebrew/opt/llvm/bin/clang++
117116 -DCMAKE_PREFIX_PATH="/opt/homebrew/opt/llvm;/opt/homebrew/opt/hdf5"
118117
119- # Windows MinGW
120118 - name : Configure CMake (Windows MinGW)
121119 if : matrix.os == 'windows-latest' && matrix.c_compiler == 'gcc'
122120 shell : bash
@@ -128,7 +126,6 @@ jobs:
128126 -DCMAKE_CXX_COMPILER=g++
129127 -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
130128
131- # Windows MSVC
132129 - name : Configure CMake (Windows MSVC)
133130 if : matrix.os == 'windows-latest' && matrix.c_compiler == 'cl'
134131 run : >
@@ -138,7 +135,6 @@ jobs:
138135 -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
139136 -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
140137
141- # Linux (Ubuntu)
142138 - name : Configure CMake (Linux)
143139 if : startsWith(matrix.os, 'ubuntu')
144140 run : >
You can’t perform that action at this time.
0 commit comments