Skip to content

Commit

Permalink
Merge pull request #1639 from kuzudb/glob
Browse files Browse the repository at this point in the history
Remove glob cmake file
  • Loading branch information
ray6080 committed Jun 6, 2023
2 parents 0248f05 + 13a5413 commit 3d9ed2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
add_subdirectory(antlr4_runtime)
add_subdirectory(antlr4_cypher)
add_subdirectory(glob)
add_subdirectory(utf8proc)
add_subdirectory(pybind11)
add_subdirectory(re2)
add_subdirectory(glob)
2 changes: 1 addition & 1 deletion third_party/glob/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
add_library(Glob INTERFACE glob/glob.hpp)
add_library(Glob INTERFACE)

target_include_directories(Glob INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})

0 comments on commit 3d9ed2e

Please sign in to comment.