Skip to content

Commit

Permalink
Generates correctly name CMake version configuration file for install…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
cvilas committed Oct 5, 2024
1 parent 5942fce commit ee9a9e7
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 @@ -212,7 +212,7 @@ configure_package_config_file(

# Generate <Package>Version.cmake
write_basic_package_version_file(
"${PROJECT_NAME}Version.cmake"
"${PROJECT_NAME}ConfigVersion.cmake"
VERSION ${PROJECT_VERSION}
COMPATIBILITY SameMajorVersion)

Expand Down

0 comments on commit ee9a9e7

Please sign in to comment.