Skip to content

libdir and includedir empty in json-fortran.pc #538

Open
@timofeymukha

Description

@timofeymukha

After installing with cmake, my json-fortran.pc looks like this

libdir=
includedir=

Name: json-fortran
Description:
URL: https://github.com/jacobwilliams/json-fortran
Version: 8.3.0
Libs: -L${libdir} -ljsonfortran
Cflags: -I${includedir}

So the libdir and includedir don't get populated. I have to manually add the path to jsonfortran-gnu-8.3.0/lib/ there to get things to work correctly when using the libraries as part of my build.

Am I missing some configuration parameter maybe?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions