1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00

CMake: Increase min version to 2.8.8 for CMakePackageConfigHelpers

This commit is contained in:
Dinesh Bolkensteyn 2016-07-12 19:15:52 +02:00
parent 36c4e9d170
commit be625f1399

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3) cmake_minimum_required(VERSION 2.8.8)
project(serial) project(serial)
if(APPLE) if(APPLE)