From 20a01cb52f2dc4b7c41841389dd2cc4e1a879638 Mon Sep 17 00:00:00 2001 From: olivier-stasse <olivier.stasse@aist.go.jp> Date: Mon, 22 Nov 2010 08:07:45 +0900 Subject: [PATCH] Add missing SETUP_PROJECT_CPACK. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d52b9974..7897409f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,3 +68,4 @@ ADD_SUBDIRECTORY(doc) ADD_SUBDIRECTORY(unitTesting) SETUP_PROJECT_FINALIZE() +SETUP_PROJECT_CPACK() \ No newline at end of file -- GitLab