LouisCharlesC / safe

Header only read/write wrapper for mutexes and locks.
MIT License
147 stars 11 forks source link

More recent CMake possible? #6

Closed offa closed 5 years ago

offa commented 5 years ago

Is it possible to upgrade CMake to a more recent version (v3.x)? This would enable many improvements.

CMake >= 3.12 would make sense, as it's the version shipped on Travis CI.

ahoarau commented 5 years ago

You can use any cmake version you want. I'm sure there no problem in upgrading it to whatever version. It is advised anyway to people to just copy and paste the 2 header files to their own projet anyway :)

offa commented 5 years ago

Great, thanks! :smile: