Skip to content

Commit c6cb1ef

Browse files
author
Michael Wilkerson-Barker
authored
Removed duplicate library warning when building realm2json (#7710)
1 parent c280bdb commit c6cb1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/realm/exec/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ set_target_properties(Realm2JSON PROPERTIES
6565
OUTPUT_NAME "realm2json"
6666
DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX}
6767
)
68-
target_link_libraries(Realm2JSON Storage QueryParser Sync)
68+
target_link_libraries(Realm2JSON Sync QueryParser)
6969
list(APPEND ExecTargetsToInstall Realm2JSON)
7070
endif()
7171

0 commit comments

Comments
 (0)