Skip to content

Commit debca49

Browse files
alexmalyshevfacebook-github-bot
authored andcommitted
Remove nlohmann-json from the CMake build
Summary: No longer a dependency. Reviewed By: yoney Differential Revision: D78677220 fbshipit-source-id: 55d08f3e175d6ed010772901d855a4f57bdd6676
1 parent 9437877 commit debca49

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,6 @@ FetchContent_Declare(
122122
)
123123
FetchContent_MakeAvailable(fmt)
124124

125-
########################################
126-
# nlohmann-json
127-
128-
FetchContent_Declare(
129-
nlohmann_json
130-
GIT_REPOSITORY https://github.com/nlohmann/json
131-
GIT_TAG v3.12.0 # 2025-Apr-11
132-
)
133-
FetchContent_MakeAvailable(nlohmann_json)
134-
135125
########################################
136126
# parallel-hashmap
137127

@@ -265,7 +255,7 @@ if (${PY_VERSION} EQUAL 3.12 OR ${PY_VERSION} EQUAL 3.14)
265255
endif()
266256

267257
add_library(jit ${JIT_SOURCES})
268-
target_link_libraries(jit PRIVATE asmjit::asmjit interpreter fmt::fmt nlohmann_json::nlohmann_json)
258+
target_link_libraries(jit PRIVATE asmjit::asmjit interpreter fmt::fmt)
269259

270260
########################################
271261
# ParallelGC/

0 commit comments

Comments
 (0)