diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-09-20 21:00:36 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-09-20 21:00:36 (GMT) |
commit | 3ddbf833efa6d7ef329c1d436c4aa0018a636a30 (patch) | |
tree | 9d0b2001740a5ec65c7d21deb1736717b657642d /release_docs/CMake.txt | |
parent | 99063c3a83789b877e3e2db9b11545ff927ffaa9 (diff) | |
download | hdf5-3ddbf833efa6d7ef329c1d436c4aa0018a636a30.zip hdf5-3ddbf833efa6d7ef329c1d436c4aa0018a636a30.tar.gz hdf5-3ddbf833efa6d7ef329c1d436c4aa0018a636a30.tar.bz2 |
[svn-r19437] add missing -C options
Diffstat (limited to 'release_docs/CMake.txt')
-rwxr-xr-x | release_docs/CMake.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/CMake.txt b/release_docs/CMake.txt index d1f8c3d..e9c764e 100755 --- a/release_docs/CMake.txt +++ b/release_docs/CMake.txt @@ -165,7 +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 {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. |