summaryrefslogtreecommitdiff
path: root/graphics/cloudcompare/files/patch-cmake_CMakeExternalLibs.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/cloudcompare/files/patch-cmake_CMakeExternalLibs.cmake')
-rw-r--r--graphics/cloudcompare/files/patch-cmake_CMakeExternalLibs.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/cloudcompare/files/patch-cmake_CMakeExternalLibs.cmake b/graphics/cloudcompare/files/patch-cmake_CMakeExternalLibs.cmake
deleted file mode 100644
index f1e9c7bd085f..000000000000
--- a/graphics/cloudcompare/files/patch-cmake_CMakeExternalLibs.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/CMakeExternalLibs.cmake.orig 2019-01-07 13:42:34.210570000 -0500
-+++ cmake/CMakeExternalLibs.cmake 2019-01-07 13:45:18.201885000 -0500
-@@ -67,7 +67,7 @@
- # ------------------------------------------------------------------------------
- # OpenMP
- # ------------------------------------------------------------------------------
--find_package(OpenMP QUIET)
-+find_package(OpenMP QUIET) # Broken on FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678
- if (OPENMP_FOUND)
- message("OpenMP found")
- set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}")