diff --git a/CMakeLists.txt b/CMakeLists.txt index d941288578de33d31610ed5e19b5208f7647ddc5..d5ce8f9f179318c78130388a4fcdd328a0bdfe13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,9 @@ cmake_minimum_required(VERSION 2.6) project(libtransport) - if(${CMAKE_MAJOR_VERSION} GREATER 2) cmake_policy(SET CMP0037 OLD) endif() - +include(CPack) message(STATUS "Variables to override default places where to find libraries:") message(STATUS "|- cppunit : -DCPPUNIT_INCLUDE_DIR, -DCPPUNIT_LIBRARY") message(STATUS "|- swiften : -DSWIFTEN_INCLUDE_DIR, -DSWIFTEN_LIBRARY")