瀏覽代碼
cmake: use message(WARNING) when dependencies are missing
tags/v1.8.0
Xiretza
3 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 17B78226F7139993
共有
1 個檔案被更改,包括
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) |
|
|
|