Skip to content

Commit

Permalink
Use CMAKE 3.19
Browse files Browse the repository at this point in the history
Co-authored-by: blagoev <lubo@blagoev.com>
  • Loading branch information
nielsenko and blagoev committed Mar 7, 2022
1 parent 6146432 commit 2df07f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter/realm_flutter/tests/linux/CMakeLists.txt
@@ -1,5 +1,5 @@
# Project-level configuration.
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.19)
project(runner LANGUAGES CXX)

# The name of the executable created for the application. Change this to change
Expand Down
2 changes: 1 addition & 1 deletion flutter/realm_flutter/tests/linux/flutter/CMakeLists.txt
@@ -1,5 +1,5 @@
# This file controls Flutter-level build steps. It should not be edited.
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.19)

set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral")

Expand Down

0 comments on commit 2df07f8

Please sign in to comment.