Ver a proveniência

cmake: use message(WARNING) when dependencies are missing

tags/v1.8.0
Xiretza há 3 anos
ascendente
cometimento
5a257ae0ce
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 17B78226F7139993
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Ver ficheiro

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


Carregando…
Cancelar
Guardar