Skip to content

Commit

Permalink
remove glob cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Jun 6, 2023
1 parent cb437d7 commit 13a5413
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 13a5413

Please sign in to comment.