threeal / CheckWarning.cmake

Check for compiler warnings in your CMake project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove CPM.cmake from Dependencies

threeal opened this issue · comments

This issue proposes the removal of CPM.cmake from the list of dependencies. Presently, CPM.cmake is solely used for testing as an alternative to the add_subdirectory function. By eliminating CPM.cmake, we ensure that the functions in this package are consistently available, whether included through CPM.cmake or the add_subdirectory function.