Skip to content

Commit

Permalink
COMP: MINIC: Update CMake policies to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Nov 26, 2024
1 parent 2816ed3 commit f7cfbb5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Modules/ThirdParty/MINC/src/libminc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# Andrew Janke - [email protected]
# Vladimir S. FONOV - [email protected]

CMAKE_MINIMUM_REQUIRED(VERSION 3.6...3.10)

PROJECT(LIBMINC)

SET(LIBMINC_PACKAGE_VERSION_MAJOR 2)
Expand All @@ -22,12 +24,6 @@ INCLUDE(CTest)

ENABLE_TESTING()

CMAKE_MINIMUM_REQUIRED(VERSION 3.6)

IF( POLICY CMP0063 )
CMAKE_POLICY(SET CMP0063 NEW)
ENDIF()

IF(MINC_TOOLKIT_BUILD)
SET(LIBMINC_EXTERNALLY_CONFIGURED ON)
ENDIF(MINC_TOOLKIT_BUILD)
Expand Down

0 comments on commit f7cfbb5

Please sign in to comment.