diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-09-20 21:00:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-09-20 21:00:14 (GMT) |
commit | 1d8cd1619ac982396ef1aa35793a97e89027f3da (patch) | |
tree | cee2fea6c4ec7b125796fe9f128ef6f02d9a5ebc /release_docs | |
parent | 111a9d04b55df8c2b92253e81e465b5c8d832e4d (diff) | |
download | hdf5-1d8cd1619ac982396ef1aa35793a97e89027f3da.zip hdf5-1d8cd1619ac982396ef1aa35793a97e89027f3da.tar.gz hdf5-1d8cd1619ac982396ef1aa35793a97e89027f3da.tar.bz2 |
[svn-r19436] remove source package command - not needed
add missing -C options
Diffstat (limited to 'release_docs')
-rwxr-xr-x | release_docs/CMake.txt | 3 |
1 files changed, 1 insertions, 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. |