From 98eae446c0abeccf08f160e1ad9678bb29532611 Mon Sep 17 00:00:00 2001 From: Michael Park Date: Mon, 16 Jan 2017 23:02:04 -0800 Subject: [PATCH] Changed version compatibility to `AnyNewerVersion`. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b016fc278..205e29340 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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(