Skip to content

Commit

Permalink
Changed version compatibility to AnyNewerVersion.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpark committed Jan 17, 2017
1 parent ac3f4d2 commit 98eae44
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 @@ -33,7 +33,7 @@ configure_package_config_file(

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/cmake/mpark_variant-config-version.cmake"
COMPATIBILITY SameMajorVersion)
COMPATIBILITY AnyNewerVersion)

# Export.
export(
Expand Down

0 comments on commit 98eae44

Please sign in to comment.