Explorar el Código

cmake: use message(WARNING) when dependencies are missing

tags/v1.8.0
Xiretza hace 3 años
padre
commit
5a257ae0ce
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 17B78226F7139993
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Ver fichero

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


Cargando…
Cancelar
Guardar