Skip to content

Commit 67b71dc

Browse files
committed
COMP: Simplify CMake code by removing superfluous policy specification
1 parent 2593770 commit 67b71dc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Superbuild/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
cmake_minimum_required(VERSION 3.16.3)
22

3-
if(COMMAND CMAKE_POLICY)
4-
cmake_policy(SET CMP0003 NEW)
5-
endif()
6-
73
project(ITKSphinxExamples)
84

95
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../CMake")

0 commit comments

Comments
 (0)