瀏覽代碼

Update CompileDefinitions.cmake

USE_AUDIO is redundant in the presence of the already existent and more descriptive SUPPORT_MODULE_RAUDIO.
pull/4044/head
Lázaro Albuquerque 1 年之前
committed by GitHub
父節點
當前提交
62f9a3a0ea
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      cmake/CompileDefinitions.cmake

+ 0
- 1
cmake/CompileDefinitions.cmake 查看文件

@ -11,7 +11,6 @@ endfunction()
if(${CUSTOMIZE_BUILD})
target_compile_definitions("raylib" PRIVATE EXTERNAL_CONFIG_FLAGS)
define_if("raylib" USE_AUDIO)
foreach(FLAG IN LISTS CONFIG_HEADER_FLAGS)
string(REGEX MATCH "([^=]+)=(.+)" _ ${FLAG})

Loading…
取消
儲存