소스 검색

cmake: use message(WARNING) when dependencies are missing

tags/v1.8.0
Xiretza 3 년 전
부모
커밋
5a257ae0ce
No known key found for this signature in database GPG 키 ID: 17B78226F7139993
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt 파일 보기

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


불러오는 중...
취소
저장