rustls / rustls-ffi

Use Rustls from any language
Other
127 stars 30 forks source link

cmake: don't run cbindgen for build #408

Closed cpu closed 5 months ago

cpu commented 6 months ago

Similar to https://github.com/rustls/rustls-ffi/pull/398, we vendor a src/rustls.h and prefer builds use this to avoid the need for a nightly rust compiler. This branch adjusts the CMakeLists.txt build config to avoid regenerating the header file.