jacobwilliams / json-fortran

A Modern Fortran JSON API
https://jacobwilliams.github.io/json-fortran/
Other
333 stars 83 forks source link

Correct CMake namespace to match documentation. #580

Open EmilyBourne opened 3 weeks ago

EmilyBourne commented 3 weeks ago

Correct the namespace added to the package in the CMake build-system installation. Instead of jsonfortran-<compiler_id> it is now simply jsonfortran. Fixes #579