diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-08-22 17:22:38 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-08-22 17:22:38 (GMT) |
commit | 3c331b231aff312d116efdec94109fffd047ccf2 (patch) | |
tree | 2cfde4be6a5bf784ad5bb14cbcf730690dc7d245 /release_docs/USING_CMake_Examples.txt | |
parent | 737bb567355940ec0938ab0bacc0eb18ad4201c7 (diff) | |
download | hdf5-3c331b231aff312d116efdec94109fffd047ccf2.zip hdf5-3c331b231aff312d116efdec94109fffd047ccf2.tar.gz hdf5-3c331b231aff312d116efdec94109fffd047ccf2.tar.bz2 |
[svn-r30314] HDFFV-9971: Change the usage of a CMake variable for the build type to the recommended variable name. Updated documentation.
Diffstat (limited to 'release_docs/USING_CMake_Examples.txt')
-rw-r--r-- | release_docs/USING_CMake_Examples.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/USING_CMake_Examples.txt b/release_docs/USING_CMake_Examples.txt index d8940a5..d3618e9 100644 --- a/release_docs/USING_CMake_Examples.txt +++ b/release_docs/USING_CMake_Examples.txt @@ -49,7 +49,7 @@ Default installation process: The default installation folder is defined as "@CMAKE_INSTALL_PREFIX@". It can be changed with the INSTALLDIR script option. The default ctest configuration is defined as "Release". It can be changed - with the CTEST_BUILD_CONFIGURATION script option. Note that this must + with the CTEST_CONFIGURATION_TYPE script option. Note that this must be the same as the value used with the -C command line option. The default build configuration is defined to build and use static libraries. Shared libraries can be used with the STATIC_LIBRARIES script option set to "NO". |