1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-25 23:30:49 +08:00

Fixed a CMake warning

This commit is contained in:
wqking 2024-10-21 15:58:51 +08:00
parent c472fb22e7
commit 52703c2832

View File

@ -1,7 +1,7 @@
project(eventpptest)
cmake_minimum_required(VERSION 3.2)
project(eventpptest)
set(CMAKE_CXX_STANDARD 11)
set(THIRDPARTY_PATH ../../thirdparty)