1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-26 07:31:01 +08:00

Bump CMake minimum required version to 3.5

This commit is contained in:
Niccolò Iardella 2023-08-29 09:28:46 +02:00
parent 9231cbb93b
commit 025b85707e
No known key found for this signature in database
GPG Key ID: C13339F3B7755DA3

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.2) cmake_minimum_required(VERSION 3.5)
project(eventpp VERSION 0.1.2) project(eventpp VERSION 0.1.2)
add_library(eventpp INTERFACE) add_library(eventpp INTERFACE)