瀏覽代碼

cmake: use message(WARNING) when dependencies are missing

tags/v1.8.0
Xiretza 3 年之前
父節點
當前提交
5a257ae0ce
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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)


Loading…
取消
儲存