mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-12-10 22:37:00 +00:00
Refactor CMakeLists.txt: move cmake_minimum_required() before project() (#16996)
This commit is contained in:
parent
39128c2c7f
commit
ada7398f9d
@ -1,5 +1,5 @@
|
||||
project(ppocr CXX)
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
project(ppocr CXX)
|
||||
|
||||
set(DEMO_NAME "ppocr")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user