Skip to content

Commit

Permalink
cmake: set VERSION compatibility policy
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Apr 9, 2022
1 parent 8e58955 commit 9d0ab56
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 @@ -15,6 +15,7 @@ IF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
SET(PROJECT_USE_CMAKE_EXPORT TRUE)
ENDIF(NOT INSTALL_PYTHON_INTERFACE_ONLY)
SET(CUSTOM_HEADER_DIR ${PROJECT_NAME})
SET(PROJECT_COMPATIBILITY_VERSION AnyNewerVersion)

# JRL-cmakemodule setup
INCLUDE(cmake/base.cmake)
Expand Down

0 comments on commit 9d0ab56

Please sign in to comment.