From 59eb74c6267a77c05d1d7f65afbaa2aa3cafbc45 Mon Sep 17 00:00:00 2001 From: olivier-stasse <olivier.stasse@aist.go.jp> Date: Mon, 22 Nov 2010 07:37:46 +0900 Subject: [PATCH] Include cpack to geneate 8.04 Ubuntu package. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 311c1a7..d52b997 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) INCLUDE(cmake/base.cmake) INCLUDE(cmake/boost.cmake) INCLUDE(cmake/pthread.cmake) +INCLUDE(cmake/cpack.cmake) SET(PROJECT_NAME dynamic-graph) SET(PROJECT_DESCRIPTION "Dynamic graph library") -- GitLab