Skip to content

Commit

Permalink
Update CMakeLists.txt for renaming project name from UPP to upp. (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenMeng-NOAA authored Nov 2, 2020
1 parent 855cae4 commit 30af347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15)
file(STRINGS "VERSION" pVersion LIMIT_COUNT 1)

project(
UPP
upp
VERSION ${pVersion}
LANGUAGES Fortran)

Expand Down

0 comments on commit 30af347

Please sign in to comment.