Fix CMake scripts to install and find doxygen's generated SFML.tag file

This commit is contained in:
kimci86 2019-11-14 20:45:09 +01:00 committed by Lukas Dürrenberger
parent 6a79ebf1b3
commit 80c3bdc23c
2 changed files with 4 additions and 1 deletions

View file

@ -77,7 +77,7 @@ set(FIND_SFML_PATHS
/opt)
find_path(SFML_DOC_DIR SFML.tag
PATH_SUFFIXES SFML/doc share/SFML/doc
PATH_SUFFIXES SFML/doc share/doc/SFML
PATHS ${FIND_SFML_PATHS})