We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf68c9 commit 7431d31Copy full SHA for 7431d31
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -58,6 +58,7 @@ jobs:
58
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
59
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
60
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
61
+ -DCMAKE_CONFIGURATION_TYPES=${{ matrix.build_type }}
62
-S ${{ github.workspace }}
63
-DFREEIMAGE_WITH_LIBHEIF:BOOL=OFF
64
-DFREEIMAGE_BUILD_TESTS:BOOL=ON
0 commit comments