Fix CMake scripts to install and find doxygen's generated SFML.tag file
This commit is contained in:
parent
6a79ebf1b3
commit
80c3bdc23c
2 changed files with 4 additions and 1 deletions
|
@ -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})
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue