diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-06-11 19:07:00 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-06-11 19:07:00 +0000 |
| commit | 00cbf0f7e2b2373ed6f7f130a36e02202e2e6639 (patch) | |
| tree | fbf7a8d18832993d6b4878e183c134991f3d13da /cpp | |
| parent | 4c3fd11da5b92d8223c02e9c99536eca0cf1d258 (diff) | |
| download | qpid-python-00cbf0f7e2b2373ed6f7f130a36e02202e2e6639.tar.gz | |
Change project name to qpid-cpp to match prior-scheme artifacts; enable ctest
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783877 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 2d17303b91..3efc2d1409 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -16,15 +16,18 @@ # specific language governing permissions and limitations # under the License. # -project(qpidc) +project(qpid-cpp) + cmake_minimum_required(VERSION 2.4.0 FATAL_ERROR) if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) endif(COMMAND cmake_policy) +enable_testing() +include (CTest) + set (qpidc_version 0.5) -enable_testing() # set(CMAKE_INCLUDE_CURRENT_DIR ON) # Emulate "make check" behavior of the autoconf world. |
