[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:
jack xu
2023-07-04 13:04:19 +08:00
committed by GitHub
parent 79a3587339
commit 821adb387e
@@ -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})