Update CMake version in install directions (#793)
This commit is contained in:
		
							parent
							
								
									c8f1aba2d6
								
							
						
					
					
						commit
						182db6cf0e
					
				| @ -52,13 +52,13 @@ configuration options on different platforms.  It does not actually build the | |||||||
| code, but generates input for other "native" build systems such as Make (Unix | code, but generates input for other "native" build systems such as Make (Unix | ||||||
| platforms) or Visual Studio (Windows).  Here are the basic steps: | platforms) or Visual Studio (Windows).  Here are the basic steps: | ||||||
| 
 | 
 | ||||||
| 1. First, ensure that CMake version 2.8.8 or later is installed on the system. | 1. First, ensure that CMake version 3.13.0 or later is installed on the system. | ||||||
| 
 | 
 | ||||||
| 2. To build the library, run CMake on the top-level HYPRE source directory to | 2. To build the library, run CMake on the top-level HYPRE source directory to | ||||||
|    generate files appropriate for the native build system.  To prevent writing |    generate files appropriate for the native build system.  To prevent writing | ||||||
|    over the Makefiles in HYPRE's configure/make system above, only out-of-source |    over the Makefiles in HYPRE's configure/make system above, only out-of-source | ||||||
|    builds are currently allowed with CMake.  Directories `src/cmbuild` and |    builds are currently allowed with CMake. The directory `src/cmbuild` | ||||||
|    `src/test/cmbuild` are provided in the release for convenience, but |    is provided in the release for convenience, but | ||||||
|    alternative build directories may be created by the user: |    alternative build directories may be created by the user: | ||||||
| 
 | 
 | ||||||
|    - Unix: From the `src/cmbuild` directory, type `cmake ..`. |    - Unix: From the `src/cmbuild` directory, type `cmake ..`. | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Sarah Osborn
						Sarah Osborn