Skip to content

Commit

Permalink
[Bug Fix] Fixed the issue with the incorrect path to FastDeploy.cmake…
Browse files Browse the repository at this point in the history
… in CMakeLists.txt file. (PaddlePaddle#2082)

[Bug Fix] fixed CMakeLists.txt FastDeploy.cmake path
  • Loading branch information
nowbug authored Jul 4, 2023
1 parent 79a3587 commit 821adb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vision/facedet/yolov7face/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CMAKE_MINIMUM_REQUIRED (VERSION 3.10)
# Specifies the path to the fastdeploy library after you have downloaded it
option(FASTDEPLOY_INSTALL_DIR "Path of downloaded fastdeploy sdk.")

include(../../../../../FastDeploy.cmake)
include(${FASTDEPLOY_INSTALL_DIR}/FastDeploy.cmake)

# Add the FastDeploy dependency header
include_directories(${FASTDEPLOY_INCS})
Expand Down

0 comments on commit 821adb3

Please sign in to comment.