Skip to content

Commit 9d31ef2

Browse files
Merge pull request #7 from jchristopherson/V1.1.1
Update .mod file install location.
2 parents 5d537d1 + f4b6414 commit 9d31ef2

File tree

8 files changed

+3
-94
lines changed

8 files changed

+3
-94
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
33
project(
44
friction
55
LANGUAGES Fortran
6-
VERSION 1.0.0
6+
VERSION 1.1.1
77
)
88
set(CMAKE_Fortran_STANDARD 2018)
99
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"

dependencies/CMakeLists.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

dependencies/diffeq/CMakeLists.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

dependencies/ferror/CMakeLists.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

dependencies/fitpack/CMakeLists.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

dependencies/fstats/CMakeLists.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

fpm.toml

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

0 commit comments

Comments
 (0)