File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
33project (
44 fplot
55 LANGUAGES Fortran
6- VERSION 1.8.2
6+ VERSION 1.8.3
77)
88
99# Confgiure everything
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ include(GNUInstallDirs)
1919if (NOT DEFINED CMAKE_INSTALL_MODULEDIR)
2020 set (
2121 CMAKE_INSTALL_MODULEDIR
22- "${CMAKE_INSTALL_INCLUDEDIR} / ${PROJECT_NAME} / ${CMAKE_Fortran_COMPILER_ID} - ${CMAKE_Fortran_COMPILER_VERSION} "
22+ "${CMAKE_INSTALL_INCLUDEDIR} "
2323 CACHE
2424 STRING
2525 "Directory in prefix to install generated module files"
Original file line number Diff line number Diff line change 11name = " fplot"
2- version = " 1.8.2 "
2+ version = " 1.8.3 "
33license = " GPL-3.0"
44author = " Jason Christopherson"
55maintainer = " Jason Christopherson"
6- copyright = " Copyright 2017-2025 , Jason Christopherson"
6+ copyright = " Copyright 2017-2026 , Jason Christopherson"
77description = " A Fortran library providing a convenient interface for plotting with Gnuplot."
88homepage = " https://github.com/jchristopherson/fplot"
99
You can’t perform that action at this time.
0 commit comments