cmake: disable documentation installation by default

This commit is contained in:
Anonymous Maarten
2024-05-02 19:44:58 +02:00
parent 4ac8968f65
commit a8526f5a19
13 changed files with 13 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ jobs:
-DSDL_TESTS=ON \
-DSDL_INSTALL_TESTS=ON \
-DSDL_CLANG_TIDY=ON \
-DSDL_DISABLE_INSTALL_DOCS=OFF \
-DANDROID_PLATFORM=${{ matrix.platform.android_platform }} \
-DANDROID_ABI=${{ matrix.platform.android_abi }} \
-DSDL_SHARED=ON \