We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41570d7 commit f337243Copy full SHA for f337243
3 files changed
.gitmodules
@@ -13,10 +13,6 @@
13
path = deps/fadec
14
url = https://github.com/aengelke/fadec.git
15
branch = master
16
-[submodule "deps/hopscotch-map"]
17
- path = deps/hopscotch-map
18
- url = https://github.com/Tessil/hopscotch-map.git
19
- branch = master
20
[submodule "deps/disarm"]
21
path = deps/disarm
22
url = https://github.com/aengelke/disarm.git
deps/hopscotch-map
tpde-llvm/CMakeLists.txt
@@ -22,9 +22,6 @@ set_target_properties(tpde_llvm PROPERTIES
23
target_link_libraries(tpde_llvm PRIVATE tpde)
24
25
-# hopscotch-map (disable warnings)
26
-target_include_directories(tpde_llvm SYSTEM PRIVATE ../deps/hopscotch-map/include)
27
-
28
# Configure LLVM
29
set(TPDE_LINK_LLVM_STATIC FALSE CACHE BOOL "Should LLVM be linked statically?")
30
0 commit comments