Skip to content
  • Brad King's avatar
    bootstrap: Forward options after '--' to cmake · c19868b2
    Brad King authored
    Provide an interface simpler than --init= to set cache values during
    bootstrap builds.  For example:
    
     ./bootstrap --system-zlib -- -DZLIB_ROOT=/opt/zlib
    
    will configure CMake with a system zlib library and initialize ZLIB_ROOT
    in the cache for use by FindZLIB.
    c19868b2