From 1d8cd1619ac982396ef1aa35793a97e89027f3da Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 20 Sep 2010 16:00:14 -0500 Subject: [svn-r19436] remove source package command - not needed add missing -C options --- release_docs/CMake.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release_docs/CMake.txt b/release_docs/CMake.txt index fa574c6..e9c764e 100755 --- a/release_docs/CMake.txt +++ b/release_docs/CMake.txt @@ -165,8 +165,7 @@ Notes: This short instruction is written for users who want to quickly build To pacakage the build, navigate to your build directory and execute; - cpack -C CPackConfig.cmake - cpack -C CPackSourceConfig.cmake + cpack -C {Debug | Release} CPackConfig.cmake NOTE: We have just introduced the packaging capability and it has not been extensively tested. Please send us comments on how it can be improved. -- cgit v0.12