Skip to content

Commit af8bbdc

Browse files
committed
Add nlohmann_json
1 parent 205a1e5 commit af8bbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ include(CMakePackageConfigHelpers)
474474
set(SPARROW_EXPORTED_TARGETS sparrow)
475475

476476
if(CREATE_JSON_READER_TARGET)
477-
list(APPEND SPARROW_EXPORTED_TARGETS json_reader)
477+
list(APPEND SPARROW_EXPORTED_TARGETS json_reader nlohmann_json)
478478
endif()
479479

480480
install(TARGETS ${SPARROW_EXPORTED_TARGETS}

0 commit comments

Comments
 (0)