diff options
author | Kudlaty <none@none> | 2009-11-27 00:07:39 +0100 |
---|---|---|
committer | Kudlaty <none@none> | 2009-11-27 00:07:39 +0100 |
commit | cf378b3d0b4f973664cd859fce3f0f74795478a8 (patch) | |
tree | 04a88c1cdf5916d6e64122cfd397c21fe1708420 | |
parent | 5a27028d2b2eb6f47c31d8092e5f954893359ca5 (diff) |
Fix warnings for cmake 2.8.0
--HG--
branch : trunk
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | dep/CMakeLists.txt | 2 |
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) |