Skip to content

Commit

Permalink
Fix typo in CMakeLists file (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
wahabz authored Mar 7, 2022
1 parent 81ed943 commit 96e91df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if(REALM_BUILD_CORE_FROM_SOURCE)
set(REALM_ENABLE_SYNC OFF)

if(ANDROID)
message ("Realm Flutter Androd build enabled")
message ("Realm Flutter Android build enabled")
set(REALM_ANDROID ON)
endif()

Expand Down

0 comments on commit 96e91df

Please sign in to comment.