summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneundorf <neundorf@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2006-05-11 22:49:47 +0000
committerneundorf <neundorf@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2006-05-11 22:49:47 +0000
commit6ab9d2d93e616b6b2e88924e059fec86bb9c3da1 (patch)
tree84248b7bbcb93fb480fafa9f191a6cddd5e64229
parent44b428b08a2183ed08fa3d12ac7c2764c73293ff (diff)
downloadlibvncserver-6ab9d2d93e616b6b2e88924e059fec86bb9c3da1.zip
libvncserver-6ab9d2d93e616b6b2e88924e059fec86bb9c3da1.tar.gz
cleanup the toplevel CMakeLists.txt a bit
-remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR) in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option -include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it doesn't have to be done in every subdir Alex git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork/krfb/libvncserver@539887 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dff5329..2b009d8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
kde4_header()
-include_directories( ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )
+
########### next target ###############
OpenPOWER on IntegriCloud