@@ -56,6 +56,11 @@ Default installation process:
56
56
The default ctest configuration is defined as "Release". It can be changed
57
57
with the CTEST_CONFIGURATION_TYPE script option. Note that this must
58
58
be the same as the value used with the -C command line option.
59
+ On Windows, you can set the CTEST_VSVERS script option to either
60
+ 64_VS2022 or 64_VS2019. Alternately, you can set the script
61
+ CTEST_CMAKE_GENERATOR option to "Visual Studio 16 2019" or "Visual Studio 17 2022",
62
+ and the CMAKE_GENERATOR_ARCHITECTURE script option to "x64".
63
+
59
64
The default build configuration is defined to build and use static libraries.
60
65
61
66
Shared libraries and other options can be changed by editing the
@@ -69,15 +74,15 @@ Default installation process:
69
74
When executed, the ctest script will save the results to the log file, test.log, as
70
75
indicated by the ctest command. If you wish to see more build and test information,
71
76
add "-VV" to the ctest command. The output should show;
72
- 100% tests passed, 0 tests failed out of 156 .
77
+ 100% tests passed, 0 tests failed out of 206 .
73
78
74
79
75
80
========================================================================
76
81
III. Defaults in the HDF5_Examples_options.cmake file
77
82
========================================================================
78
83
79
- #### DEFAULT: ###
80
- #### BUILD_SHARED_LIBS:BOOL=OFF ###
84
+ #### DEFAULT: ###
85
+ #### BUILD_SHARED_LIBS:BOOL=OFF ###
81
86
#### H5EX_BUILD_C:BOOL=ON ###
82
87
#### H5EX_BUILD_CXX:BOOL=OFF ###
83
88
#### H5EX_BUILD_FORTRAN:BOOL=OFF ###
0 commit comments