Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wholegraph: remove debugging details from CMake (#109)
Proposes some simplifications for `wholegraph` CMake: * removes code adding timing information via `RULE_LAUNCH_COMPILE` and `RULE_LAUNCH_LINK` - *these are internal to `ctest`, per https://cmake.org/cmake/help/latest/prop_dir/RULE_LAUNCH_LINK.html* * removes `find_package(Python)` and related code in `pylibwholegraph` - *this is already handled by `rapids_cython_init()`: https://github.com/rapidsai/cugraph-gnn/blob/87455cfedcc6721f24c783ba555af14a9a180624/python/pylibwholegraph/CMakeLists.txt#L119-L120* ## Notes for Reviewers ### Benefits of doing this? Similar to #102 and #103, I'm putting up PRs like this because I'm planning to attempt to add libwholegraph wheels, and want to simplify the wholegraph / pylibwholegraph CMake as much as possible before doing that, to reduce the implementation and reviewing effort. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - https://github.com/linhu-nv URL: #109
- Loading branch information