mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
Disable Doxygen in CMake dependencies
Reduces the verbosity of the cubeb dependency build (and saves a bit of processing time and disk space) [10/484] Generating API documentation with Doxygen /root/cemu/dependencies/cubeb/include/cubeb/cubeb.h:188: warning: Member cubeb_channel_layout (typedef) of file cubeb.h is not documented. /root/cemu/dependencies/cubeb/include/cubeb/cubeb.h:166: warning: Member cubeb_channel (enumeration) of file cubeb.h is not documented. /root/cemu/dependencies/cubeb/include/cubeb/cubeb.h:436: warning: argument 'user' of command @param is not found in the argument list of cubeb_device_changed_callback(void *user_ptr) /root/cemu/dependencies/cubeb/include/cubeb/cubeb.h:437: warning: The following parameter of cubeb_device_changed_callback(void *user_ptr) is not documented: parameter 'user_ptr'
This commit is contained in:
parent
d8da8a54a6
commit
773edc19b4
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.21.1)
|
|||
|
||||
option(PUBLIC_RELEASE "Compile with debug asserts disabled and no console" OFF)
|
||||
option(ENABLE_VCPKG "Enable the vcpkg package manager" ON)
|
||||
option(CMAKE_DISABLE_FIND_PACKAGE_Doxygen "Disable Doxygen in dependencies" TRUE)
|
||||
set(EXPERIMENTAL_VERSION "" CACHE STRING "") # used by CI script to set experimental version
|
||||
|
||||
if (PUBLIC_RELEASE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue