Compiler support

Hello,
I’m using v3.20.3 and getting the message:
Compiler not officially supported: NVHPC
I thought that these compilers were now supported ( CMake 3.20 Release Notes — CMake 3.20.3 Documentation. Do I simply ignore the message or am I missing anything?
Thanks.

@robert.maynard

That error message is not coming from CMake itself, but the project you are building. I expect that you will need to talk with the project owners about what needs to be done for the project to build with nvc++.

Hi @robert.maynard,
The developer confirmed that the warning is generated by the app itself. Thanks.