jean-airoldie / zeromq-src-rs

Source code and logic to build ZeroMQ from source
MIT License
11 stars 14 forks source link

Test whether c++11 is supported and enable it if so #46

Closed jean-airoldie closed 3 months ago

jean-airoldie commented 3 months ago

This replicates current behavior in libzmq's CMakeLists.txt:

https://github.com/zeromq/libzmq/blob/c2fae81460d9d39a896da7b3f72484d23a172fa7/CMakeLists.txt#L114-L129

This should fix #45 as well as #42.