|
3 | 3 | # Copy right (c) 2014, Izaak Beekman
|
4 | 4 | # All rights reserved.
|
5 | 5 |
|
6 |
| -# This file is contributed to the json-fortran project, and |
7 |
| -# is licensed under the terms of json-fortran license. The json-fortran |
| 6 | +# This file is contributed to the JSON-Fortran project, and |
| 7 | +# is licensed under the terms of JSON-Fortran license. The JSON-Fortran |
8 | 8 | # license is located in the LICENSE file which must be distributed with
|
9 | 9 | # this software. The contributing author, Izaak Beekman, retains all
|
10 |
| -# rights permitted by the terms of the json-fortran license. |
| 10 | +# rights permitted by the terms of the JSON-Fortran license. |
11 | 11 |
|
12 | 12 | cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
|
13 | 13 |
|
@@ -202,15 +202,15 @@ if ( NOT SKIP_DOC_GEN )
|
202 | 202 | endif ()
|
203 | 203 | else () # Not found
|
204 | 204 | message ( WARNING
|
205 |
| - "FORD not found! Please set the CMake cache variable FORD to point to the installed FORD executable, and reconfigure or disable building the documentation. FORD can be installed from PYPI with `sudo pip install FORD` or from <https://github.com/cmacmackin/ford> If you do not wish to install FORD and build the json-fortran documentation, then please set the CMake cache variable SKIP_DOC_GEN to TRUE." ) |
| 205 | + "FORD not found! Please set the CMake cache variable FORD to point to the installed FORD executable, and reconfigure or disable building the documentation. FORD can be installed from PYPI with `sudo pip install FORD` or from <https://github.com/cmacmackin/ford> If you do not wish to install FORD and build the JSON-Fortran documentation, then please set the CMake cache variable SKIP_DOC_GEN to TRUE." ) |
206 | 206 | endif ()
|
207 | 207 | endif ()
|
208 | 208 |
|
209 | 209 | #--------------------------
|
210 | 210 | # Handle test related stuff
|
211 | 211 | #--------------------------
|
212 | 212 | set ( ENABLE_TESTS TRUE CACHE BOOL
|
213 |
| - "Enable the json-fortran tests." ) |
| 213 | + "Enable the JSON-Fortran tests." ) |
214 | 214 |
|
215 | 215 | #---------------------------------------------------------------------
|
216 | 216 | # Add some tests to ensure that the software is performing as expected
|
|
0 commit comments