File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
15
15
# Top level CMake file that defines the entire Firebase C++ SDK build.
16
16
17
- cmake_minimum_required (VERSION 3.1 )
17
+ cmake_minimum_required (VERSION 3.5 )
18
18
19
19
set (CMAKE_CXX_STANDARD 14 )
20
20
set (CMAKE_CXX_STANDARD_REQUIRED YES ) # Don't fall back to an earlier version.
Original file line number Diff line number Diff line change 14
14
15
15
# CMake file for the firebase_rest_lib library
16
16
17
- cmake_minimum_required (VERSION 3.1 )
17
+ cmake_minimum_required (VERSION 3.5 )
18
18
# Firebase C++ SDK requires C++14.
19
19
set (CMAKE_CXX_STANDARD 14 )
20
20
set (CMAKE_CXX_STANDARD_REQUIRED YES ) # Don't fall back to an earlier version.
Original file line number Diff line number Diff line change 14
14
15
15
# Stub cmake project to enable pod files to be installed against
16
16
17
- cmake_minimum_required (VERSION 3.1 )
17
+ cmake_minimum_required (VERSION 3.5 )
18
18
19
19
project (GetPods CXX)
20
20
add_library(GetPods empty.cc)
Original file line number Diff line number Diff line change 14
14
15
15
# Top level CMake file that defines targets for the Firebase C++ SDK.
16
16
17
- cmake_minimum_required (VERSION 3.1 )
17
+ cmake_minimum_required (VERSION 3.5 )
18
18
19
19
include (FindPkgConfig )
20
20
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- cmake_minimum_required (VERSION 3.1 )
15
+ cmake_minimum_required (VERSION 3.5 )
16
16
set (CMAKE_CXX_STANDARD 14 )
17
17
set (CMAKE_CXX_STANDARD_REQUIRED YES ) # Don't fall back to an earlier version.
18
18
You can’t perform that action at this time.
0 commit comments