Closed alkino closed 3 years ago
This pull-request provides:
bbp_git_submodule
in cpp/cmake/3rdparty.cmake to manage the handling of 3rd parties as git submodule. Please refer to the function documentation in 3rdparty.cmake for more details. I updated a couple of projects to take this new function into account, see my previous comment.This pull-request provides:
- A fix by replacing PROJECT_{SOURCE,BINARY}DIR instead of CMAKE{SOURCE_BINARY}_DIR. It fixes the use-case when a nested CMake project included in the top project with add_subdirectory uses the hpc-coding-conventions
- a new CMake function named
bbp_git_submodule
in cpp/cmake/3rdparty.cmake to manage the handling of 3rd parties as git submodule. Please refer to the function documentation in 3rdparty.cmake for more details. I updated a couple of projects to take this new function into account, see my previous comment.
@ohm314 @matz-e @pramodk Please approve unless you have additional remarks.
Use-case in some projects: