Skip to content

Commit

Permalink
cmake: set VERSION compatibility policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Apr 8, 2022
1 parent c14ada6 commit e697741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ set(PROJECT_DESCRIPTION
"HPP fork of FCL -- The Flexible Collision Library"
)
SET(PROJECT_USE_CMAKE_EXPORT TRUE)
SET(PROJECT_COMPATIBILITY_VERSION AnyNewerVersion)

# Do not support CMake older than 2.8.12
CMAKE_POLICY(SET CMP0022 NEW)
Expand Down

0 comments on commit e697741

Please sign in to comment.