Skip to content

Commit 8486229

Browse files
authored
cmake - remove unused policy (swig#3288)
1 parent 64fdeb2 commit 8486229

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type")
44

55
project (swig)
66

7-
if (POLICY CMP0074)
8-
cmake_policy (SET CMP0074 NEW)
9-
endif()
10-
117
file (STRINGS configure.ac line LIMIT_COUNT 1 REGEX "AC_INIT\\(.*\\)" )
128
if (line MATCHES "AC_INIT\\(\\[(.*)\\],[ \t]*\\[(.*)\\],[ \t]*\\[(.*)\\]\\)" )
139
set (SWIG_VERSION ${CMAKE_MATCH_2})

0 commit comments

Comments
 (0)