Skip to content

Commit c04aed5

Browse files
Clean up build scripts
1 parent 4bdc39a commit c04aed5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(
55
LANGUAGES
66
C
77
Fortran
8-
VERSION "1.4.4"
8+
VERSION "1.4.5"
99
)
1010
set(CMAKE_Fortran_STANDARD 2018)
1111
set(CMAKE_Fortran_STANDARD_REQUIRED TRUE)

configure/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set(PROJECT_INCLUDE_DIR ${PROJECT_INCLUDE_DIR} PARENT_SCOPE)
2222
if(NOT DEFINED CMAKE_INSTALL_MODULEDIR)
2323
set(
2424
CMAKE_INSTALL_MODULEDIR
25-
"${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/${CMAKE_Fortran_COMPILER_ID}-${CMAKE_Fortran_COMPILER_VERSION}"
25+
"${CMAKE_INSTALL_INCLUDEDIR}"
2626
CACHE
2727
STRING
2828
"Directory in prefix to install generated module files"

fpm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "ferror"
2-
version = "1.4.4"
2+
version = "1.4.5"
33
license = "GPL-3.0"
44
author = "Jason Christopherson"
55
maintainer = "Jason Christopherson"

0 commit comments

Comments
 (0)