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

@@ -24,6 +24,7 @@ jobs:
-DSDL_WERROR=ON \
-DSDL_TESTS=ON \
-DSDL_INSTALL_TESTS=ON \
-DSDL_DISABLE_INSTALL_DOCS=OFF \
-DCMAKE_INSTALL_PREFIX=cmake_prefix \
-DCMAKE_BUILD_TYPE=Release
- name: Build (CMake)