Skip to content

Commit 7fdd5e7

Browse files
authored
EVPath 2024-12-07 (5663b5a6) (#4428)
1 parent 23af3c7 commit 7fdd5e7

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

thirdparty/EVPath/EVPath/CMakeLists.txt

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,11 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.14)
22

33
# The directory label is used for CDash to treat EVPath as a subproject of
44
# GTKorvo
55
set(CMAKE_DIRECTORY_LABELS EVPath)
66

77
project(EVPath VERSION 4.5.4 LANGUAGES C CXX)
88

9-
# Enable <PackageName>_ROOT variables for dependency searching
10-
# CMake v3.12
11-
if(POLICY CMP0074)
12-
cmake_policy(SET CMP0074 NEW)
13-
endif()
14-
15-
# Enable imported targets as library dependencies for CHECK_INCLUDE_FILE
16-
if(POLICY CMP0075)
17-
cmake_policy(SET CMP0075 NEW)
18-
endif()
19-
20-
# Let option(...) setings work with non-cache variables. Useful for including
21-
# EVPath as a third party dependency in another project.
22-
# CMake v3.13
23-
if(POLICY CMP0077)
24-
cmake_policy(SET CMP0077 NEW)
25-
endif()
26-
279
# Some boilerplate to setup nice output directories
2810
include(GNUInstallDirs)
2911
set(CMAKE_INSTALL_CMAKEDIR ${CMAKE_INSTALL_LIBDIR}/cmake/EVPath
@@ -589,8 +571,6 @@ find_package(Perl)
589571
if (PERL_FOUND)
590572
add_custom_command(
591573
OUTPUT "cm_interface.c" "revp.c" "revpath.h" "revp_internal.h"
592-
SOURCE
593-
${CMAKE_CURRENT_SOURCE_DIR}/evpath.h ${CMAKE_CURRENT_SOURCE_DIR}/ev_dfg.h
594574
COMMAND ${PERL_EXECUTABLE}
595575
${CMAKE_CURRENT_SOURCE_DIR}/gen_interface.pl
596576
${CMAKE_CURRENT_SOURCE_DIR}/evpath.h

0 commit comments

Comments
 (0)