We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca87480 commit cdd2456Copy full SHA for cdd2456
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