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 /dep | |
| parent | 5a27028d2b2eb6f47c31d8092e5f954893359ca5 (diff) | |
Fix warnings for cmake 2.8.0
--HG--
branch : trunk
Diffstat (limited to 'dep')
| -rw-r--r-- | dep/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
