realm-cpp icon indicating copy to clipboard operation
realm-cpp copied to clipboard

CMake options

Open dikazjanos opened this issue 1 year ago • 1 comments

Hello! I tried building the library with CMake options, taken from realm-core, and this project, but they don't seem to apply. Even when doing set(REALM_NO_TESTS ON CACHE BOOL ""), the tests are being built, which subsequently fails because I set REALM_ENABLE_SYNC to off. REALM_FETCH_MISSING_DEPENDENCIES also doesn't take effect.

Are there any plans to improve the customisation situation?

dikazjanos avatar Feb 11 '24 23:02 dikazjanos

The SDK is a sync-only SDK, and setting REALM_ENABLE_SYNC to off is not supported.

kneth avatar Feb 13 '24 15:02 kneth