[PATCH] D31756: [cmake] Support Gentoo install for z3
    Michał Górny via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Apr 10 11:07:04 PDT 2017
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rL299813: [cmake] Support Gentoo install for z3 (authored by mgorny).
Changed prior to commit:
  https://reviews.llvm.org/D31756?vs=94354&id=94594#toc
Repository:
  rL LLVM
https://reviews.llvm.org/D31756
Files:
  cfe/trunk/cmake/modules/FindZ3.cmake
Index: cfe/trunk/cmake/modules/FindZ3.cmake
===================================================================
--- cfe/trunk/cmake/modules/FindZ3.cmake
+++ cfe/trunk/cmake/modules/FindZ3.cmake
@@ -1,5 +1,5 @@
 find_path(Z3_INCLUDE_DIR NAMES z3.h
-   PATH_SUFFIXES libz3
+   PATH_SUFFIXES libz3 z3
    )
 
 find_library(Z3_LIBRARIES NAMES z3 libz3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31756.94594.patch
Type: text/x-patch
Size: 348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170410/c68785c4/attachment.bin>
    
    
More information about the cfe-commits
mailing list