This repository was archived by the owner on Mar 3, 2022. It is now read-only.
This repository was archived by the owner on Mar 3, 2022. It is now read-only.
Modern CMake #118
Open
Description
Several CMake files and commands feature strongly discouraged uses of CMake : for example, in-source builds and GLOB variables for listing sources.
We should update CMake's usage to modern CMake where possible (for example following those guidelines) ; in the long term, we should try and use CTest and CPack as well.