Skip to content

Commit 8572307

Browse files
committed
include: Fix a typo
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 87638a0 commit 8572307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ endif()
4545

4646
# ripser
4747
if(FLB_RIPSER)
48-
file(GLOB headers "fluent-bit/sipser/*.h")
48+
file(GLOB headers "fluent-bit/ripser/*.h")
4949
install(FILES ${headers}
5050
DESTINATION ${FLB_INSTALL_INCLUDEDIR}/fluent-bit/ripser/
5151
COMPONENT headers

0 commit comments

Comments
 (0)