Skip to content

Commit 6530471

Browse files
committed
Support non-flat KFParticle headers distribution
Attempt at getting rid of the spurious error about KFParticle. Requires alisw/KFParticle#7
1 parent 2942a58 commit 6530471

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)