Skip to content

Commit 0d27470

Browse files
committed
Update some missed 'json-fortran' bad caps
1 parent 73ecf8b commit 0d27470

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# Copy right (c) 2014, Izaak Beekman
44
# All rights reserved.
55

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
88
# license is located in the LICENSE file which must be distributed with
99
# 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.
1111

1212
cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
1313

@@ -202,15 +202,15 @@ if ( NOT SKIP_DOC_GEN )
202202
endif ()
203203
else () # Not found
204204
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." )
206206
endif ()
207207
endif ()
208208

209209
#--------------------------
210210
# Handle test related stuff
211211
#--------------------------
212212
set ( ENABLE_TESTS TRUE CACHE BOOL
213-
"Enable the json-fortran tests." )
213+
"Enable the JSON-Fortran tests." )
214214

215215
#---------------------------------------------------------------------
216216
# Add some tests to ensure that the software is performing as expected

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# build.sh
66
#
77
# DESCRIPTION
8-
# Build the json-fortran library and unit tests.
8+
# Build the JSON-Fortran library and unit tests.
99
#
1010
# USAGE
1111
# build.sh [--compiler {intel|gnu|<other>}] [--cflags '<custom compiler flags here>']
@@ -14,7 +14,7 @@
1414
# [--clean]
1515
#
1616
# By default, if invoked without any flags, this build script will build the
17-
# json-fortran library using gfortran,
17+
# JSON-Fortran library using gfortran,
1818
# without :
1919
# unicode support
2020
# coverage flags
@@ -39,7 +39,7 @@
3939
# The following flags all (optionally) accept an argument, "yes" or "no." If
4040
# no argument is passed, "yes" will be assumed.
4141
#
42-
# --enable-unicode [{yes|no}]: Request that the json-fortran be built with (or
42+
# --enable-unicode [{yes|no}]: Request that the JSON-Fortran be built with (or
4343
# without) unicode/UCS4 support. If your compiler
4444
# does NOT support ISO 10646/UCS4 and it was
4545
# requested, then a warning is printed and the

0 commit comments

Comments
 (0)