Skip to content

Commit fb3c43d

Browse files
committed
COMP: Update CMake minimum required version from 3.13.4 to 3.20.6
This commit is done anticipating the use of generator expression with `add_custom_command`.
1 parent b1fa503 commit fb3c43d

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,5 +1,5 @@
11
#-----------------------------------------------------------------------------
2-
cmake_minimum_required(VERSION 3.13.4)
2+
cmake_minimum_required(VERSION 3.20.6)
33
#-----------------------------------------------------------------------------
44

55
project(vtkAddon

0 commit comments

Comments
 (0)