Refactor CMakeLists.txt: move cmake_minimum_required() before project() (#16996)

This commit is contained in:
fyf 2025-11-25 12:05:17 +08:00 committed by GitHub
parent 39128c2c7f
commit ada7398f9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
project(ppocr CXX)
cmake_minimum_required(VERSION 3.14)
project(ppocr CXX)
set(DEMO_NAME "ppocr")