Rearrange include paths to fix build for some cases.

This commit is contained in:
Max Brazhnikov 2010-09-03 20:42:33 +00:00
parent e76bdcd8fa
commit b333841760
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260502

View file

@ -0,0 +1,10 @@
--- ./kget/transfer-plugins/bittorrent/CMakeLists.txt.orig 2010-05-17 00:04:17.000000000 +0400
+++ ./kget/transfer-plugins/bittorrent/CMakeLists.txt 2010-09-03 23:11:25.423061403 +0400
@@ -1,6 +1,6 @@
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
-include_directories(
+include_directories(BEFORE
../../
${LIBKTORRENT_INCLUDE_DIR}
)