realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Build core from source as default #7621

Closed rorbech closed 2 years ago

rorbech commented 2 years ago

The project fails to build if we don't build core as part of the project. Has been like that for a while, just didn't hunt down why my local build was failing since my environment has been out of sync while working only on realm-kotlin. With realm-java brought up to JAVA11/Cmake 3.21.4 it was a bit easier to chase.

Don't know if we should disable the logic completely, but at least a fresh clone in a raw environment will not fail to build ... due to this.