ROCm / rocm_smi_lib

ROCm SMI LIB
https://rocm.docs.amd.com/projects/rocm_smi_lib/en/latest/
MIT License
111 stars 48 forks source link

No cmake variable to explicitly enable/disable documentation #94

Open teonnik opened 2 years ago

teonnik commented 2 years ago

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.