From af5cc5f0e908cbc7e39d740faae12f2baf948552 Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Tue, 7 Mar 2023 08:10:36 +0000 Subject: [PATCH] add comment --- runtime/cmake/fastdeploy.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/cmake/fastdeploy.cmake b/runtime/cmake/fastdeploy.cmake index da641f215..8a34ca9b8 100644 --- a/runtime/cmake/fastdeploy.cmake +++ b/runtime/cmake/fastdeploy.cmake @@ -41,14 +41,13 @@ endif() include(${FASTDEPLOY_INSTALL_DIR}/FastDeploy.cmake) # fix compiler flags conflict, since fastdeploy using c++11 for project +# this line must after `include(${FASTDEPLOY_INSTALL_DIR}/FastDeploy.cmake)` set(CMAKE_CXX_STANDARD ${PPS_CXX_STANDARD}) include_directories(${FASTDEPLOY_INCS}) # install fastdeploy and dependents lib # install_fastdeploy_libraries(${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}) - - # No dynamic libs need to install while using # FastDeploy static lib. if(ANDROID AND WITH_ANDROID_STATIC_LIB)