Skip to content

Commit

Permalink
Fixes issue #19 in the pkg-config file and changes version 0.8.0 in C…
Browse files Browse the repository at this point in the history
…MakeLists.txt
  • Loading branch information
vmagnin committed Jan 23, 2024
1 parent 63d512e commit 70f0f06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.24)
project(
forcolormap
LANGUAGES Fortran
VERSION 0.0.0
VERSION 0.8.0
)

# Get useful macros
Expand Down Expand Up @@ -60,4 +60,4 @@ option(BUILD_FORCOLORMAP_EXAMPLES "Build examples")
message(STATUS "Build FORCOLORMAP examples: ${BUILD_FORCOLORMAP_EXAMPLES}")
if (BUILD_FORCOLORMAP_EXAMPLES)
add_subdirectory(example)
endif()
endif()
6 changes: 3 additions & 3 deletions install/template.pc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
prefix = @CMAKE_INSTALL_PREFIX@
libdir = ${prefix}/@CMAKE_INSTALL_FULL_LIBDIR@
libdir = ${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir = ${prefix}/@CMAKE_INSTALL_INCLUDEDIR@

Name: @PROJECT_NAME@
Description: FORCOLORMAP is a Fortran fpm library for colormaps.
Description: FORCOLORMAP is a Fortran library for colormaps.
Version: @PROJECT_VERSION@
URL: https://github.com/vmagnin/forcolormap
Libs: -L${libdir} -l@PROJECT_NAME@
Cflags: -I${includedir}
Cflags: -I${includedir}

0 comments on commit 70f0f06

Please sign in to comment.