1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-05 02:00:25 +08:00

downgrade cmake ver

This commit is contained in:
源文雨
2023-07-08 20:56:42 +08:00
parent 09d5bc4fc2
commit 7a79625554

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 2.8.12)
project(simple-dict-server C)
SET(CMAKE_BUILD_TYPE "Release")