Commit b4a9d3d9 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

add cmake instruction to generate ConfigVersion.cmake file

1 merge request!4release v0.1.0-rc.2
Pipeline #46333 passed with stage
in 3 minutes and 45 seconds
Showing with 5 additions and 0 deletions
+5 -0
......@@ -113,6 +113,11 @@ configure_package_config_file(
"${CMAKE_CURRENT_BINARY_DIR}/EvalHydConfig.cmake"
INSTALL_DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/EvalHyd
)
write_basic_package_version_file(
EvalHydConfigVersion.cmake
VERSION "${EvalHyd_VERSION}"
COMPATIBILITY SameMinorVersion
)
# install files
install(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment