summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-10-17 19:55:57 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-10-17 19:55:57 (GMT)
commit299fadaefd7852d2e849be8cef62f0987d53bf20 (patch)
tree279e88b804b5382a3e788ecd01f10cf200da0b72 /release_docs/INSTALL_Windows.txt
parent0bab223bcc530a72f533605e03ad803dccbf4e77 (diff)
downloadhdf5-299fadaefd7852d2e849be8cef62f0987d53bf20.zip
hdf5-299fadaefd7852d2e849be8cef62f0987d53bf20.tar.gz
hdf5-299fadaefd7852d2e849be8cef62f0987d53bf20.tar.bz2
[svn-r21594] Add CMake option to disable packaging component: needed to avoid configuration warning when using Visual Studio Express versions on windows.
Tested: Windows
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r--release_docs/INSTALL_Windows.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index bb4c677..4694611 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -69,6 +69,9 @@ Preconditions:
Note: We have attempted to mirror our Autoconf configuration files for
maintainence reasons. We will maintain the current VS2008 project
files for the 1.8 product.
+ Also, if you are using a VS Express version or do not want to enable
+ the packaging components, set HDF5_NO_PACKAGES to ON (on the command
+ line add -DHDF5_NO_PACKAGES:BOOL=ON)
Warning: The instructions in this file are not compatible with CMake.
Follow the instructions in CMake.txt, dot not use any files from
the WINDOWS subfolder.