diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-24 13:38:53 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-24 13:38:53 (GMT) |
commit | 9f5a4ed901da65a3b5a6b63f75c99a5fe72c6832 (patch) | |
tree | 5b05b241e85f2455fb632d3f1ed0e504cc049091 | |
parent | 2ed80b27843998e5c0a05443e7f395b014266a11 (diff) | |
download | hdf5-9f5a4ed901da65a3b5a6b63f75c99a5fe72c6832.zip hdf5-9f5a4ed901da65a3b5a6b63f75c99a5fe72c6832.tar.gz hdf5-9f5a4ed901da65a3b5a6b63f75c99a5fe72c6832.tar.bz2 |
[svn-r18885] Add -C {Debug | Release} to ctest command line
-rwxr-xr-x | release_docs/CMake_Windows.TXT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/CMake_Windows.TXT b/release_docs/CMake_Windows.TXT index c6ec38e..044311c 100755 --- a/release_docs/CMake_Windows.TXT +++ b/release_docs/CMake_Windows.TXT @@ -78,7 +78,7 @@ Notes: This short instruction is written for users who want to quickly build To test the build, navigate to your build directory and execute; - ctest . + ctest . -C {Debug | Release} 5. The files that support building HDF5 with CMake are all the files in the Resources folder, the CMakeLists.txt files in each source folder, and two additional files, |