浏览代码

cmake: use message(WARNING) when dependencies are missing

tags/v1.8.0
Xiretza 3 年前
父节点
当前提交
5a257ae0ce
找不到此签名对应的密钥 GPG 密钥 ID: 17B78226F7139993
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt 查看文件

@@ -45,7 +45,7 @@ if (PNG_FOUND AND LIBSNDFILE_FOUND)
endif()
endif()
else()
MESSAGE(STATUS "WARNING: Only building apt library, as not all of the required libraries were found for aptdec.")
MESSAGE(WARNING "Only building apt library, as not all of the required libraries were found for aptdec.")
endif()

if (MSVC)


正在加载...
取消
保存