Open
Description
It would be nice to be able to include oneCCL inside another build directly.
add_subdirectory(oneCCL)
This entails that all CMake configuration arguments should be prefixed by something like ONECCL_
to avoid name conflicts.
Also all targets should be prefixed. E.g. oneccl::
.
Another thing is to allow for all dependencies like googletest to be excludable from the build an provided externally. They may be defined somewhere else in the super build. E.g. ONECCL_GOOGLE_TEST_EXTERNAL=ON
.
Metadata
Metadata
Assignees
Labels
No labels