diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-21 17:26:18 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-21 17:37:53 +0000 |
commit | 2ca940aa204ee4691f05216279c9dd03d8fca69b (patch) | |
tree | 763110adef1241fec7417ae21dc6f6bc61aca7ff /sci-mathematics/cgal/files | |
parent | dev-python/snappy: removing white lines (diff) | |
download | gentoo-2ca940aa204ee4691f05216279c9dd03d8fca69b.tar.gz gentoo-2ca940aa204ee4691f05216279c9dd03d8fca69b.tar.bz2 gentoo-2ca940aa204ee4691f05216279c9dd03d8fca69b.zip |
sci-mathematics/cgal: version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sci-mathematics/cgal/files')
-rw-r--r-- | sci-mathematics/cgal/files/cgal-4.3-cmake-3.3.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-mathematics/cgal/files/cgal-4.3-cmake-3.3.patch b/sci-mathematics/cgal/files/cgal-4.3-cmake-3.3.patch deleted file mode 100644 index b1490454e559..000000000000 --- a/sci-mathematics/cgal/files/cgal-4.3-cmake-3.3.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- CGAL-4.3/CMakeLists.txt -+++ CGAL-4.3/CMakeLists.txt -@@ -19,6 +19,10 @@ - cmake_policy(VERSION 2.6) - endif() - -+if(POLICY CMP0026) -+ cmake_policy(SET CMP0026 OLD) -+endif() -+ - #-------------------------------------------------------------------------------------------------- - # - # -= PACKAGE SETUP =- ---- CGAL-4.3/src/CMakeLists.txt -+++ CGAL-4.3/src/CMakeLists.txt -@@ -116,7 +116,7 @@ - file(GLOB CONFIGURED_LIBS_IN_PACKAGE ${package}/src/CGAL_*/CMakeLists.txt) - foreach (libconfigfile ${CONFIGURED_LIBS_IN_PACKAGE}) - string(REPLACE "${package}/src/" "" libconfigfile ${libconfigfile}) -- string(REPLACE "//CMakeLists.txt" "" CGAL_CONFIGURED_LIBRARY_NAME ${libconfigfile}) -+ string(REPLACE "/CMakeLists.txt" "" CGAL_CONFIGURED_LIBRARY_NAME ${libconfigfile}) - if (NOT ${CGAL_CONFIGURED_LIBRARY_NAME} STREQUAL "CGAL") - - message(STATUS "Sources for CGAL component library '${CGAL_CONFIGURED_LIBRARY_NAME}' detected") |