mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Add include path of a more recent version of fuzzylite, which is required to build it with gcc 12.2.0
a651f3d13e
This commit is contained in:
@@ -21,11 +21,13 @@
|
||||
|
||||
find_path(fuzzylite_INCLUDE_DIR
|
||||
fl/fuzzylite.h
|
||||
fuzzylite/fuzzylite.h
|
||||
HINTS
|
||||
ENV FLDIR
|
||||
PATH_SUFFIXES
|
||||
fl
|
||||
include/fl
|
||||
include/fl
|
||||
include/fuzzylite
|
||||
include
|
||||
)
|
||||
|
||||
@@ -62,4 +64,4 @@ if (NOT TARGET "fuzzylite::fuzzylite" AND fuzzylite_FOUND)
|
||||
IMPORTED_LOCATION "${fuzzylite_LIBRARY}")
|
||||
endif()
|
||||
|
||||
mark_as_advanced(fuzzylite_LIBRARY fuzzylite_INCLUDE_DIR)
|
||||
mark_as_advanced(fuzzylite_LIBRARY fuzzylite_INCLUDE_DIR)
|
||||
|
||||
Reference in New Issue
Block a user