Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bbakernoaa committed Oct 17, 2024
1 parent 36bbf58 commit ee5f538
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Check environment
cmake_minimum_required(VERSION 3.5)

# set the project name and version
project(NEXUS
VERSION 0.2.0
LANGUAGES Fortran)

# set compiler
if(NOT DEFINED ENV{FC})
Expand All @@ -11,11 +15,6 @@ set(CMAKE_Fortran_COMPILER $ENV{FC})
set(CMAKE_C_COMPILER $ENV{CC})
set(CMAKE_CXX_COMPILER $ENV{CXX})

# set the project name and version
project(NEXUS
VERSION 0.2.0
LANGUAGES Fortran)

# Include local macros
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

Expand Down

0 comments on commit ee5f538

Please sign in to comment.