This commit is contained in:
Jonas Kvinge 2018-05-10 15:35:36 +02:00
parent 5392cc4109
commit 28b670c2dc
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ if(LASTFM5_INCLUDE_DIRS AND LASTFM51_INCLUDE_DIRS)
endif()
# CHROMAPRINT
CHECK_INCLUDE_FILES(chromaprint.h REQUIRED CHROMAPRINT_H)
CHECK_INCLUDE_FILES(chromaprint.h CHROMAPRINT_H)
if (APPLE)
find_library(SPARKLE Sparkle)