We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5319f commit 85eabdfCopy full SHA for 85eabdf
1 file changed
dependencies/FindKFParticle.cmake
@@ -17,7 +17,7 @@
17
#endif()
18
19
find_path(KFPARTICLE_INCLUDE_DIR KFParticle.h
20
- PATH_SUFFIXES "include"
+ PATH_SUFFIXES "include" "include/KFParticle"
21
HINTS "$ENV{KFPARTICLE_ROOT}")
22
find_library(KFPARTICLE_LIBPATH "KFParticle"
23
PATH_SUFFIXES "lib"
0 commit comments