Skip to content

Commit

Permalink
Removed duplicate library warning when building realm2json (#7710)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-wb committed May 20, 2024
1 parent c280bdb commit c6cb1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realm/exec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ set_target_properties(Realm2JSON PROPERTIES
OUTPUT_NAME "realm2json"
DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX}
)
target_link_libraries(Realm2JSON Storage QueryParser Sync)
target_link_libraries(Realm2JSON Sync QueryParser)
list(APPEND ExecTargetsToInstall Realm2JSON)
endif()

Expand Down

0 comments on commit c6cb1ef

Please sign in to comment.