From 92e484328628496771a02ead5491abad04b29c24 Mon Sep 17 00:00:00 2001 From: Alberto Villa Date: Wed, 9 Nov 2011 12:19:43 +0100 Subject: [PATCH] Don't explicitly include CMAKE_CURRENT_BINARY_DIR CMake will do it for us. --- src/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c5b0eb47..f5b877eb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -281,11 +281,10 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --std=c99") add_definitions(${KDE4_DEFINITIONS}) include_directories( + ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES} # Adds Qt include directories too. ${LIBMLT_INCLUDE_DIR} ${LIBMLTPLUS_INCLUDE_DIR} - ${CMAKE_BINARY_DIR} - ${CMAKE_CURRENT_BINARY_DIR} ) # Adds Qt definitions and include directories, and sets QT_LIBRARIES according -- 2.39.2