Przeglądaj źródła

cmake: use message(WARNING) when dependencies are missing

tags/v1.8.0
Xiretza 3 lat temu
rodzic
commit
5a257ae0ce
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 17B78226F7139993
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Wyświetl plik

@@ -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)


Ładowanie…
Anuluj
Zapisz