diff --git a/examples/text/uie/cpp/CMakeLists.txt b/examples/text/uie/cpp/CMakeLists.txt index 829bde994..e74df6224 100644 --- a/examples/text/uie/cpp/CMakeLists.txt +++ b/examples/text/uie/cpp/CMakeLists.txt @@ -13,7 +13,7 @@ # limitations under the License. PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/classification/paddleclas/cpp/CMakeLists.txt b/examples/vision/classification/paddleclas/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/classification/paddleclas/cpp/CMakeLists.txt +++ b/examples/vision/classification/paddleclas/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/detection/nanodet_plus/cpp/CMakeLists.txt b/examples/vision/detection/nanodet_plus/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/detection/nanodet_plus/cpp/CMakeLists.txt +++ b/examples/vision/detection/nanodet_plus/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/detection/scaledyolov4/cpp/CMakeLists.txt b/examples/vision/detection/scaledyolov4/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/detection/scaledyolov4/cpp/CMakeLists.txt +++ b/examples/vision/detection/scaledyolov4/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/detection/yolor/cpp/CMakeLists.txt b/examples/vision/detection/yolor/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/detection/yolor/cpp/CMakeLists.txt +++ b/examples/vision/detection/yolor/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/detection/yolov5/cpp/CMakeLists.txt b/examples/vision/detection/yolov5/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/detection/yolov5/cpp/CMakeLists.txt +++ b/examples/vision/detection/yolov5/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/detection/yolov5lite/cpp/CMakeLists.txt b/examples/vision/detection/yolov5lite/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/detection/yolov5lite/cpp/CMakeLists.txt +++ b/examples/vision/detection/yolov5lite/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/detection/yolov6/cpp/CMakeLists.txt b/examples/vision/detection/yolov6/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/detection/yolov6/cpp/CMakeLists.txt +++ b/examples/vision/detection/yolov6/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/detection/yolov7/cpp/CMakeLists.txt b/examples/vision/detection/yolov7/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/detection/yolov7/cpp/CMakeLists.txt +++ b/examples/vision/detection/yolov7/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/detection/yolov7end2end_ort/cpp/CMakeLists.txt b/examples/vision/detection/yolov7end2end_ort/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/detection/yolov7end2end_ort/cpp/CMakeLists.txt +++ b/examples/vision/detection/yolov7end2end_ort/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/detection/yolov7end2end_trt/cpp/CMakeLists.txt b/examples/vision/detection/yolov7end2end_trt/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/detection/yolov7end2end_trt/cpp/CMakeLists.txt +++ b/examples/vision/detection/yolov7end2end_trt/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/detection/yolox/cpp/CMakeLists.txt b/examples/vision/detection/yolox/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/detection/yolox/cpp/CMakeLists.txt +++ b/examples/vision/detection/yolox/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/facedet/retinaface/cpp/CMakeLists.txt b/examples/vision/facedet/retinaface/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/facedet/retinaface/cpp/CMakeLists.txt +++ b/examples/vision/facedet/retinaface/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/facedet/scrfd/cpp/CMakeLists.txt b/examples/vision/facedet/scrfd/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/facedet/scrfd/cpp/CMakeLists.txt +++ b/examples/vision/facedet/scrfd/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/facedet/ultraface/cpp/CMakeLists.txt b/examples/vision/facedet/ultraface/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/facedet/ultraface/cpp/CMakeLists.txt +++ b/examples/vision/facedet/ultraface/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/facedet/yolov5face/cpp/CMakeLists.txt b/examples/vision/facedet/yolov5face/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/facedet/yolov5face/cpp/CMakeLists.txt +++ b/examples/vision/facedet/yolov5face/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/faceid/insightface/cpp/CMakeLists.txt b/examples/vision/faceid/insightface/cpp/CMakeLists.txt index 56c1d4cb9..288e29cac 100644 --- a/examples/vision/faceid/insightface/cpp/CMakeLists.txt +++ b/examples/vision/faceid/insightface/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/matting/modnet/cpp/CMakeLists.txt b/examples/vision/matting/modnet/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/matting/modnet/cpp/CMakeLists.txt +++ b/examples/vision/matting/modnet/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/matting/ppmatting/cpp/CMakeLists.txt b/examples/vision/matting/ppmatting/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/matting/ppmatting/cpp/CMakeLists.txt +++ b/examples/vision/matting/ppmatting/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/ocr/PPOCRSystemv2/cpp/CMakeLists.txt b/examples/vision/ocr/PPOCRSystemv2/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/ocr/PPOCRSystemv2/cpp/CMakeLists.txt +++ b/examples/vision/ocr/PPOCRSystemv2/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/ocr/PPOCRSystemv3/cpp/CMakeLists.txt b/examples/vision/ocr/PPOCRSystemv3/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/ocr/PPOCRSystemv3/cpp/CMakeLists.txt +++ b/examples/vision/ocr/PPOCRSystemv3/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.") diff --git a/examples/vision/segmentation/paddleseg/cpp/CMakeLists.txt b/examples/vision/segmentation/paddleseg/cpp/CMakeLists.txt index fea1a2888..93540a7e8 100644 --- a/examples/vision/segmentation/paddleseg/cpp/CMakeLists.txt +++ b/examples/vision/segmentation/paddleseg/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(infer_demo C CXX) -CMAKE_MINIMUM_REQUIRED (VERSION 3.12) +CMAKE_MINIMUM_REQUIRED (VERSION 3.10) # 指定下载解压后的fastdeploy库路径 option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.")