summaryrefslogtreecommitdiff
path: root/science/gnudatalanguage/files/patch-CMakeModules_FindQHULL.cmake
blob: 8124df9e074a26fafc43f1f1d483dcdaf1baeba7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeModules/FindQHULL.cmake.orig	2017-02-07 21:12:49 UTC
+++ CMakeModules/FindQHULL.cmake
@@ -16,7 +16,7 @@ find_path(
 if( QHULL_INCLUDE_DIR )
   find_library(
     QHULL_LIBRARY
-    NAMES libqhullstatic libqhull qhullstatic qhull 
+    NAMES libqhull qhull
     PATHS /usr/lib64 /usr/local/lib /usr/lib
   )
   if( QHULL_LIBRARY )