Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make linking of nvtx3-cpp BUILD_LOCAL_INTERFACE
When building as static libraries, CMake tries to export the PRIVATE nvtx3-cpp dependency due to how it handles static library exports. Since nvtx3-cpp is a header-only library, and since cudf's public headers don't depend on it, make it BUILD_LOCAL_INTERFACE to avoid exporting the nvtx3-cpp dependency. Issue: rapidsai#15270
- Loading branch information