mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-12-16 09:37:19 +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)
|
cmake_minimum_required(VERSION 3.14)
|
||||||
|
project(ppocr CXX)
|
||||||
|
|
||||||
set(DEMO_NAME "ppocr")
|
set(DEMO_NAME "ppocr")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user