Skip to content

Commit

Permalink
COMP: Update cmake_minimum_required to 3.16.3
Browse files Browse the repository at this point in the history
CI Windows test failures.

CMake Warning at D:/a/ITKCuberille/ITK/CMake/ITKModuleExternal.cmake:15 (message):
-- This is needed to allow proper setting of CMAKE_MSVC_RUNTIME_LIBRARY.
-- Do not be surprised if you run into link errors of the style:
  LNK2038: mismatch detected for 'RuntimeLibrary': value 'MTd_Static' doesn't match value 'MDd_Dynamic' in module.obj
  cmake_minimum_required must be at least 3.16.3
Call Stack (most recent call first):
  CMakeLists.txt:7 (include)
  • Loading branch information
thewtex committed Jun 5, 2024
1 parent 61c5261 commit 075b198
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.10.2)
cmake_minimum_required(VERSION 3.16.3)
project(Cuberille)

if(NOT ITK_SOURCE_DIR)
Expand Down

0 comments on commit 075b198

Please sign in to comment.