Skip to content

Commit ada7398

Browse files
authored
Refactor CMakeLists.txt: move cmake_minimum_required() before project() (#16996)
1 parent 39128c2 commit ada7398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/cpp_infer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
project(ppocr CXX)
21
cmake_minimum_required(VERSION 3.14)
2+
project(ppocr CXX)
33

44
set(DEMO_NAME "ppocr")
55

0 commit comments

Comments
 (0)