I ran into issues with cuPQC SDK 0.3.0 CMake configs. Both cupqc-config.cmake and cuhash-config.cmake try to create invalid alias targets (::, ::_static), which breaks configuration, and cuhash_static points to a non‑existent include path include/cuhash instead of include/cupqc. After removing those alias lines and fixing the include directory, CMake works as expected.