Skip to content

Commit

Permalink
Changes compatibility mode to SameMajorVersion.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-buckley committed Jan 18, 2017
1 parent 3de0958 commit 004ffac
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 @@ -100,7 +100,7 @@ include(CMakePackageConfigHelpers)
write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}ConfigVersion.cmake"
VERSION ${CTEST_VERSION}
COMPATIBILITY AnyNewerVersion
COMPATIBILITY SameMajorVersion
)

configure_file("configs/${PROJECT_NAME}Config.cmake"
Expand Down

0 comments on commit 004ffac

Please sign in to comment.