Skip to content

Commit

Permalink
Merge pull request #10 from jchristopherson/v1.1.3
Browse files Browse the repository at this point in the history
Build Script Bug Fix
  • Loading branch information
jchristopherson authored Feb 28, 2024
2 parents 2fa643e + 03443de commit e2f7520
Show file tree
Hide file tree
Showing 115 changed files with 14,046 additions and 25,795 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
project(
fstats
LANGUAGES Fortran
VERSION 1.1.2
VERSION 1.1.3
)

# Get helper macros and functions
Expand All @@ -28,9 +28,6 @@ add_fortran_library(
link_library(${PROJECT_NAME} ${ferror_LIBRARY} ${ferror_INCLUDE_DIR})
link_library(${PROJECT_NAME} ${linalg_LIBRARY} ${linalg_INCLUDE_DIR})

# Installation
add_subdirectory(install)

# Testing
option(BUILD_TESTING "Build tests")
include(CTest)
Expand Down
Loading

0 comments on commit e2f7520

Please sign in to comment.