Sfoglia il codice sorgente

cmake: use message(WARNING) when dependencies are missing

tags/v1.8.0
Xiretza 3 anni fa
parent
commit
5a257ae0ce
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 17B78226F7139993
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Vedi File

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


Caricamento…
Annulla
Salva