]> git.pld-linux.org Git - packages/openbabel.git/blob - cmake.patch
- rebuild with perl 5.28.0
[packages/openbabel.git] / cmake.patch
1 --- openbabel-openbabel-2-4-1/CMakeLists.txt~   2017-11-26 13:31:50.000000000 +0100
2 +++ openbabel-openbabel-2-4-1/CMakeLists.txt    2017-11-26 13:55:19.329246765 +0100
3 @@ -20,7 +20,6 @@
4  endif()
5  
6  include (CheckCXXCompilerFlag)
7 -include (MacroEnsureVersion)
8  
9  # Version numbering - should be bumped for each release
10  # Note that for "beta" releases, we should start at x.90.0 -- we've
11 @@ -245,9 +244,6 @@
12    if (NOT _gcc_version)
13      string (REGEX REPLACE ".*\\(GCC\\).* ([34]\\.[0-9]) .*" "\\1.0" _gcc_version "${_gcc_version_info}")
14    endif ()
15 -  macro_ensure_version("4.0.0" "${_gcc_version}" GCC_IS_NEWER_THAN_4_0)
16 -  macro_ensure_version("4.1.0" "${_gcc_version}" GCC_IS_NEWER_THAN_4_1)
17 -  macro_ensure_version("4.2.0" "${_gcc_version}" GCC_IS_NEWER_THAN_4_2)
18  endif()
19  
20  if(UNIX)
This page took 0.082506 seconds and 3 git commands to generate.