1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 08:34:34 +02:00

Fix hatchet compilation

This commit is contained in:
Uwe L. Korn
2013-07-24 15:54:25 +02:00
parent 3be57dd280
commit 6fa9379dae

View File

@@ -8,7 +8,7 @@ if(NOT TOMAHAWK_LIBRARIES)
find_package(Tomahawk REQUIRED) find_package(Tomahawk REQUIRED)
else() else()
message(STATUS "BUILDING INSIDE TOMAHAWK") message(STATUS "BUILDING INSIDE TOMAHAWK")
set(TOMAHAWK_USE_FILE "${CMAKE_SOURCE_DIR}/TomahawkUse.cmake") set(TOMAHAWK_USE_FILE "${PROJECT_BINARY_DIR}/TomahawkUse.cmake")
endif() endif()
include( ${TOMAHAWK_USE_FILE} ) include( ${TOMAHAWK_USE_FILE} )