summaryrefslogtreecommitdiff
path: root/sci-mathematics/cgal/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-08 09:04:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-08 09:04:53 +0100
commit73c318acdaf6f8309d68bd266051e6dd1f1bd787 (patch)
tree2878053f3e7faed19a1f82c733d3bd29df69991e /sci-mathematics/cgal/files
parent2018227e9344edb9da15fc6a4a8298086cc2aa77 (diff)
gentoo resync : 08.06.2019
Diffstat (limited to 'sci-mathematics/cgal/files')
-rw-r--r--sci-mathematics/cgal/files/cgal-4.7-fix-buildsystem.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/sci-mathematics/cgal/files/cgal-4.7-fix-buildsystem.patch b/sci-mathematics/cgal/files/cgal-4.7-fix-buildsystem.patch
deleted file mode 100644
index 6aabdc395395..000000000000
--- a/sci-mathematics/cgal/files/cgal-4.7-fix-buildsystem.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Remove customized handling of ${CMAKE_BUILD_TYPE} which conflicts with
-how Gentoo handles ${CMAKE_BUILD_TYPE}:
-* CMake Error at cmake/modules/CGAL_SetupFlags.cmake:65 (message):
-* Gentoo is not a valid build type: only Release or Debug is allowed
-* Call Stack (most recent call first):
-* CMakeLists.txt:519 (include)
-
---- CGAL-4.7/cmake/modules/CGAL_SetupFlags.cmake
-+++ CGAL-4.7/cmake/modules/CGAL_SetupFlags.cmake
-@@ -61,9 +61,6 @@
- add_definitions(-DCGAL_TEST_SUITE)
- endif()
-
--if ( NOT "${CMAKE_BUILD_TYPE}" STREQUAL "Release" AND NOT "${CMAKE_BUILD_TYPE}" STREQUAL "Debug" )
-- message( FATAL_ERROR "${CMAKE_BUILD_TYPE} is not a valid build type: only Release or Debug is allowed" )
--endif()
-
- message( STATUS "Build type: ${CMAKE_BUILD_TYPE}" )
-