Hey,
im trying to compile using nvc++ & CMake and facing issue with qc library.
CMake is automatically generating build script where qc is used:
nvc++ qc libdata.a CMakeFiles/data_main_c.dir/src/…
qc library is never mentioned in CMake files and I have no idea why CMake generate make files with qc.
Can you advise how to fix that?