Commit 962c53d0 authored by Dominik Charousset's avatar Dominik Charousset

Slightly bump required CMake version to 3.4

In our CMake scaffold for the OpenSSL module, we make use of the
imported targets OpenSSL::SSL and OpenSSL::Crypto. They are only
available in CMake ≥ 3.4 (released Sep 2015).
parent f9f6f708
cmake_minimum_required(VERSION 3.2.3 FATAL_ERROR) cmake_minimum_required(VERSION 3.4 FATAL_ERROR)
project(CAF CXX) project(CAF CXX)
# -- includes ------------------------------------------------------------------ # -- includes ------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment