Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doxygen: fix remove_duplicate #674

Merged
merged 1 commit into from
Mar 6, 2024
Merged

doxygen: fix remove_duplicate #674

merged 1 commit into from
Mar 6, 2024

Conversation

nim65s
Copy link
Collaborator

@nim65s nim65s commented Mar 6, 2024

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)

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)
@nim65s nim65s merged commit baf48a3 into master Mar 6, 2024
3 checks passed
@nim65s nim65s deleted the fix-dox branch March 6, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants