CMake: Set minimum required version to 3.0

This commit is contained in:
scribam 2020-11-21 17:38:54 +01:00
parent 58291963c6
commit 1eb4852856

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 3.0)
set(CMAKE_CXX_STANDARD 11)
# Avoid a warning if parent project sets VERSION in project().