[PATCH] D79219: [CMake] Simplify CMake handling for zlib
    Mehdi AMINI via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Sat Jul 25 18:10:00 PDT 2020
    
    
  
mehdi_amini added inline comments.
================
Comment at: mlir/examples/standalone/CMakeLists.txt:35
+endif()
+
 include(TableGen)
----------------
I am a bit unsure that it is desirable that it is desirable to need this change?
This requires every single user of LLVM to do this. Is there a way this can be done in the call to `find_package(LLVM)` instead?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79219/new/
https://reviews.llvm.org/D79219
    
    
More information about the cfe-commits
mailing list