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..40d610a 100644 --- a/fpm.toml +++ b/fpm.toml @@ -1,9 +1,9 @@ name = "ferror" -version = "1.4.4" +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"