Parcourir la source

cmake: use message(WARNING) when dependencies are missing

tags/v1.8.0
Xiretza il y a 3 ans
Parent
révision
5a257ae0ce
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 17B78226F7139993
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Voir le fichier

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


Chargement…
Annuler
Enregistrer