SergiusTheBest / plog

Portable, simple and extensible C++ logging library
MIT License
2.19k stars 385 forks source link

Remove some cmake warnings #268

Closed gwankyun closed 1 year ago

gwankyun commented 1 year ago

The CMake 3.27.0 document show "Compatibility with versions of CMake older than 3.5 is now deprecated and will be removed from a future version. ".

  1. Update the cmake_minimum_required to 3.6.
  2. Use COMMON_LANGUAGE_RUNTIME to set "/clr".
SergiusTheBest commented 1 year ago

Everything is perfect. Thank you!