Skip to content

Commit 0d242ce

Browse files
committed
COMP: Fix AUTOMOC by updating the minimum cmake version
Older minimum versions enable the OLD behavior on CMP0071, which breaks AUTOMOC compilation
1 parent 0ba0a4e commit 0d242ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.20.6...3.22.6 FATAL_ERROR)
22

33
#-----------------------------------------------------------------------------
44
set(EXTENSION_NAME SlicerRT)

0 commit comments

Comments
 (0)