Skip to content

Commit

Permalink
Merge pull request #2903 from boutproject/pvcode-cmake
Browse files Browse the repository at this point in the history
Fix name of PVODE Config file
  • Loading branch information
ZedThree authored Apr 19, 2024
2 parents cbeff91 + 8b52e40 commit 77eede4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externalpackages/PVODE/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ write_basic_package_version_file(
)

install(EXPORT PVODETargets
FILE PVODETargets.cmake
FILE PVODEConfig.cmake
NAMESPACE PVODE::
DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/PVODE"
)
Expand Down

0 comments on commit 77eede4

Please sign in to comment.