From c04aed569f1675d7950fed96f81c6a5f8b2188b4 Mon Sep 17 00:00:00 2001 From: Jason Christopherson Date: Tue, 17 Mar 2026 09:44:01 -0500 Subject: [PATCH 1/2] Clean up build scripts --- CMakeLists.txt | 2 +- configure/CMakeLists.txt | 2 +- fpm.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1142c7c..9a5a010 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project( LANGUAGES C Fortran - VERSION "1.4.4" + VERSION "1.4.5" ) set(CMAKE_Fortran_STANDARD 2018) set(CMAKE_Fortran_STANDARD_REQUIRED TRUE) diff --git a/configure/CMakeLists.txt b/configure/CMakeLists.txt index 4a7d21c..f0ef31c 100644 --- a/configure/CMakeLists.txt +++ b/configure/CMakeLists.txt @@ -22,7 +22,7 @@ set(PROJECT_INCLUDE_DIR ${PROJECT_INCLUDE_DIR} PARENT_SCOPE) if(NOT DEFINED CMAKE_INSTALL_MODULEDIR) set( CMAKE_INSTALL_MODULEDIR - "${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/${CMAKE_Fortran_COMPILER_ID}-${CMAKE_Fortran_COMPILER_VERSION}" + "${CMAKE_INSTALL_INCLUDEDIR}" CACHE STRING "Directory in prefix to install generated module files" diff --git a/fpm.toml b/fpm.toml index 46debf0..a0de821 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,5 +1,5 @@ name = "ferror" -version = "1.4.4" +version = "1.4.5" license = "GPL-3.0" author = "Jason Christopherson" maintainer = "Jason Christopherson" From 3ac5bf7800408abc185825522cd787bc6a81fac0 Mon Sep 17 00:00:00 2001 From: Jason Christopherson Date: Tue, 17 Mar 2026 09:47:33 -0500 Subject: [PATCH 2/2] Update FPM script --- fpm.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpm.toml b/fpm.toml index a0de821..40d610a 100644 --- a/fpm.toml +++ b/fpm.toml @@ -3,7 +3,7 @@ version = "1.4.5" license = "GPL-3.0" author = "Jason Christopherson" maintainer = "Jason Christopherson" -copyright = "Copyright 2017-2025, Jason Christopherson" +copyright = "Copyright 2017-2026, Jason Christopherson" description = "A library to assist with error handling in Fortran projects." homepage = "https://github.com/jchristopherson/ferror"