Skip to content

Commit

Permalink
Disable OSG plugin build on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
gostefan committed Jul 27, 2024
1 parent 0e2e812 commit 36b2a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DLIBCITYGML_TESTS=true
-DLIBCITYGML_OSGPLUGIN=true
-DLIBCITYGML_OSGPLUGIN=${{ contains(matrix.os, 'windows') && 'false' || 'true' }}
-DLIBCITYGML_USE_OPENGL=true
${{ contains(matrix.os, 'windows') && format('-DCMAKE_SYSTEM_PREFIX_PATH={0} -DLIBCITYGML_USE_GDAL=OFF -DLIBCITYGML_STATIC_CRT=OFF', steps.xerces-build.outputs.Xerces-C-install-dir) || '' }}
-S ${{ github.workspace }}
Expand Down

0 comments on commit 36b2a8f

Please sign in to comment.