File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 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
55set (CMAKE_DIRECTORY_LABELS EVPath)
66
77project (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
2810include (GNUInstallDirs)
2911set (CMAKE_INSTALL_CMAKEDIR ${CMAKE_INSTALL_LIBDIR} /cmake/EVPath
@@ -589,8 +571,6 @@ find_package(Perl)
589571if (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
You can’t perform that action at this time.
0 commit comments