mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[Bug Fix] Fixed the issue with the incorrect path to FastDeploy.cmake in CMakeLists.txt file. (#2082)
[Bug Fix] fixed CMakeLists.txt FastDeploy.cmake path
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user