Merge pull request #84 from realm/mar/core-1.1.0

Update to core v1.1.0
This commit is contained in:
Mark Rowe 2016-06-07 15:44:53 -07:00
commit 6ef8ff4c3b

View File

@ -10,7 +10,7 @@ include(CompilerFlags)
include(Sanitizers)
include(RealmCore)
set(REALM_CORE_VERSION "1.0.1" CACHE STRING "")
set(REALM_CORE_VERSION "1.1.0" CACHE STRING "")
use_realm_core(${REALM_CORE_VERSION})
set(PEGTL_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/pegtl)