Skip to content

Commit 85eabdf

Browse files
ktffgrosa
authored andcommitted
[Infrastructure] Support non-flat KFParticle headers distribution (#11633)
1 parent 3b5319f commit 85eabdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies/FindKFParticle.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#endif()
1818

1919
find_path(KFPARTICLE_INCLUDE_DIR KFParticle.h
20-
PATH_SUFFIXES "include"
20+
PATH_SUFFIXES "include" "include/KFParticle"
2121
HINTS "$ENV{KFPARTICLE_ROOT}")
2222
find_library(KFPARTICLE_LIBPATH "KFParticle"
2323
PATH_SUFFIXES "lib"

0 commit comments

Comments
 (0)