Skip to content

Commit

Permalink
Use install directory that matches package name
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Jan 8, 2024
1 parent c792395 commit 9d88c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ FILE(COPY "${CMAKE_BINARY_DIR}/tmp/nf-config"

include(CMakePackageConfigHelpers)

set(ConfigPackageLocation "${CMAKE_INSTALL_LIBDIR}/cmake/netCDF")
set(ConfigPackageLocation "${CMAKE_INSTALL_LIBDIR}/cmake/netCDF-Fortran")

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/netCDF-FortranConfigVersion.cmake"
Expand Down

0 comments on commit 9d88c7d

Please sign in to comment.