summaryrefslogtreecommitdiffstats
path: root/Tests/UseSWIG/BasicPerl
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2021-01-12 15:38:23 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2021-01-21 18:29:04 (GMT)
commit89b01b04faa7e32a243eeaa87475c944da39f6b3 (patch)
treec28dea6ff2aff975645b8590be6c343ec198e7f7 /Tests/UseSWIG/BasicPerl
parentc69567e56a3b4ba4eb6e02112b95c0143894d598 (diff)
downloadCMake-89b01b04faa7e32a243eeaa87475c944da39f6b3.zip
CMake-89b01b04faa7e32a243eeaa87475c944da39f6b3.tar.gz
CMake-89b01b04faa7e32a243eeaa87475c944da39f6b3.tar.bz2
UseSWIG: use swig tool to generate dependencies
add_custom_command() supports option DEPFILE when generator is Makefiles or Ninja. And swig tool is able to generate a dependencies file which is compatible with DEPFILE option.
Diffstat (limited to 'Tests/UseSWIG/BasicPerl')
-rw-r--r--Tests/UseSWIG/BasicPerl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/UseSWIG/BasicPerl/CMakeLists.txt b/Tests/UseSWIG/BasicPerl/CMakeLists.txt
index cf02de7..671d529 100644
--- a/Tests/UseSWIG/BasicPerl/CMakeLists.txt
+++ b/Tests/UseSWIG/BasicPerl/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1...3.13)
+cmake_minimum_required(VERSION 3.1...3.20)
project(TestBasicPerl CXX)