1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

Include GNUInstallDirs before configuring config.h

This commit is contained in:
Dominik Schmidt 2011-12-27 01:09:08 +01:00
parent 9a13d475a6
commit a059cc2e18

View File

@ -204,6 +204,7 @@ IF(QCA2_FOUND)
INCLUDE_DIRECTORIES( ${QCA2_INCLUDE_DIR} )
ENDIF(QCA2_FOUND)
INCLUDE(GNUInstallDirs)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
${CMAKE_CURRENT_BINARY_DIR}/config.h)