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

Merge pull request #61 from rotolof/cmake35

Bump CMake minimum required version to 3.5
This commit is contained in:
Wang Qi 2023-08-29 15:55:22 +08:00 committed by GitHub
commit 3566fa6ab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)