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 c2aa886 commit 24b0964Copy full SHA for 24b0964
src/CMakeLists.txt
@@ -1,6 +1,8 @@
1
add_subdirectory(realm)
2
add_subdirectory(external/IntelRDFPMathLib20U2)
3
-add_subdirectory(external/bson EXCLUDE_FROM_ALL)
+if (NOT REALM_BUILD_LIB_ONLY)
4
+ add_subdirectory(external/bson EXCLUDE_FROM_ALL)
5
+endif()
6
7
if (REALM_ENABLE_GEOSPATIAL)
8
add_subdirectory(external/s2)
0 commit comments