rocm_smi_lib icon indicating copy to clipboard operation
rocm_smi_lib copied to clipboard

No cmake variable to explicitly enable/disable documentation

Open teonnik opened this issue 3 years ago • 0 comments

Currently documentation in rocm_smi/CMakeLists.txt is generated when doxygen and latex are found. However, being able to disable document generation explicitly is still desirable. In particular, I have encountered a problem where the document generation causes my build to hang. This is the case with the package manager spack where I have opened a PR with a patch commenting-out that part of the code. https://github.com/spack/spack/pull/28842

It will be great if an a CMake variable explicitly enabling/disabling documentation is added.

teonnik avatar Feb 09 '22 09:02 teonnik