We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c280bdb commit c6cb1efCopy full SHA for c6cb1ef
src/realm/exec/CMakeLists.txt
@@ -65,7 +65,7 @@ set_target_properties(Realm2JSON PROPERTIES
65
OUTPUT_NAME "realm2json"
66
DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX}
67
)
68
-target_link_libraries(Realm2JSON Storage QueryParser Sync)
+target_link_libraries(Realm2JSON Sync QueryParser)
69
list(APPEND ExecTargetsToInstall Realm2JSON)
70
endif()
71
0 commit comments