1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-19 23:41:51 +02:00

* Fixed FindLibLastFm.cmake.

This commit is contained in:
Christian Muehlhaeuser 2012-06-12 01:21:09 +02:00
parent 5e731953a3
commit 6c94e25286

View File

@ -26,7 +26,7 @@ find_library(LIBLASTFM_LIBRARY
)
set(LIBLASTFM_LIBRARIES ${LIBLASTFM_LIBRARY})
set(LIBLASTFM_INCLUDE_DIRS ${LIBLASTFM_LIBRARY})
set(LIBLASTFM_INCLUDE_DIRS ${LIBLASTFM_INCLUDE_DIR})
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(LibLastFm DEFAULT_MSG LIBLASTFM_LIBRARIES LIBLASTFM_INCLUDE_DIRS)