aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKudlaty <none@none>2009-11-27 00:07:39 +0100
committerKudlaty <none@none>2009-11-27 00:07:39 +0100
commitcf378b3d0b4f973664cd859fce3f0f74795478a8 (patch)
tree04a88c1cdf5916d6e64122cfd397c21fe1708420
parent5a27028d2b2eb6f47c31d8092e5f954893359ca5 (diff)
Fix warnings for cmake 2.8.0
--HG-- branch : trunk
-rw-r--r--CMakeLists.txt2
-rw-r--r--dep/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d2d6deb9571..fea90bb5345 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -202,6 +202,6 @@ SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
add_subdirectory(dep)
-add_subdirectory(doc)
+#add_subdirectory(doc)
add_subdirectory(src)
add_subdirectory(sql)
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt
index a813710db34..94adebbe4d2 100644
--- a/dep/CMakeLists.txt
+++ b/dep/CMakeLists.txt
@@ -1,6 +1,6 @@
#if(BUILD_ACE)
#add_subdirectory(ACE_wrappers)
#endif(BUILD_ACE)
-add_subdirectory(include)
+#add_subdirectory(include)
add_subdirectory(lib)
add_subdirectory(src)