ソースを参照

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)


読み込み中…
キャンセル
保存