jrl-umi3218 / jrl-cmakemodules

CMake utility toolbox
https://jrl-cmakemodules.readthedocs.io/en/master/
Other
56 stars 46 forks source link

doxygen: fix remove_duplicate #674

Closed nim65s closed 4 months ago

nim65s commented 4 months ago

Following #669, remove_duplicate might be called on en empty list, resulting with:


CMake Error at cmake/doxygen.cmake:712 (remove_duplicates):
  remove_duplicates Function invoked with incorrect arguments for function
  named: REMOVE_DUPLICATES
Call Stack (most recent call first):
  cmake/base.cmake:328 (_setup_project_documentation_finalize)
  cmake/base.cmake:228 (setup_project_finalize)
  CMakeLists.txt:9223372036854775807 (SETUP_PROJECT_FINALIZE_HOOK)