summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FindSWIG/version-exact.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/FindSWIG/version-exact.cmake')
-rw-r--r--Tests/RunCMake/FindSWIG/version-exact.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/RunCMake/FindSWIG/version-exact.cmake b/Tests/RunCMake/FindSWIG/version-exact.cmake
index ec3651f..98903ff 100644
--- a/Tests/RunCMake/FindSWIG/version-exact.cmake
+++ b/Tests/RunCMake/FindSWIG/version-exact.cmake
@@ -1,5 +1,3 @@
-cmake_minimum_required (VERSION 3.18...3.19)
-
find_package (SWIG)
if (NOT SWIG_FOUND)
message (FATAL_ERROR "Failed to find SWIG")