Kaynağa Gözat
cmake: use message(WARNING) when dependencies are missing
tags/v1.8.0
Xiretza
3 yıl önce
ebeveyn
işleme
5a257ae0ce
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 17B78226F7139993
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
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) |
|
|
|