CMakePP / CMakePPLang

Object-oriented extension to the CMake language.
http://cmakepp.github.io/CMakePPLang/
Apache License 2.0
11 stars 4 forks source link

Use cmake_language #24

Open ryanmrichard opened 3 years ago

ryanmrichard commented 3 years ago

In 3.18 CMake introduced: cmake_language API, which provides a CMake native means of doing callbacks. We should switch over to that instead of using the one we rolled ourselves.

Thanks to @AutonomicPerfectionist for pointing this out.