summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlijia <[email protected]>2021-01-04 10:32:33 +0800
committerlijia <[email protected]>2021-01-04 10:32:33 +0800
commit5ec887e24946fdde6333de9b96283da4f98af09e (patch)
treee2a75bb66401425e4bad12bd158a2d4148cca26b
parent46225692b8231b36777bce030f30e53354d27e82 (diff)
修复CI install错误.v4.2.20
-rw-r--r--CMakeLists.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 785c7ab..5b08afd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -243,10 +243,11 @@ install(FILES ${CMAKE_BINARY_DIR}/src/inner_plug/pptp_protocol_plug.so DESTINATI
#install(FILES bin/plug/platform/conflist_platform.inf DESTINATION plug/platform COMPONENT PROFILE)
-if(PLATFORM_MODE MATCHES "INLINE")
- install(FILES bin/plug/platform/g_device_plug/g_device_plug.inf DESTINATION plug/platform/g_device_plug COMPONENT PROFILE)
- install(FILES ${CMAKE_BINARY_DIR}/src/inner_plug/g_device_plug.so DESTINATION plug/platform/g_device_plug COMPONENT LIBRARY)
-endif()
+#v4.2.12֮��,sapp���ñ�����,����ʹ�����g_device_plug.so����ķ�ʽ����.
+#if(PLATFORM_MODE MATCHES "INLINE")
+# install(FILES bin/plug/platform/g_device_plug/g_device_plug.inf DESTINATION plug/platform/g_device_plug COMPONENT PROFILE)
+# install(FILES ${CMAKE_BINARY_DIR}/src/inner_plug/g_device_plug.so DESTINATION plug/platform/g_device_plug COMPONENT LIBRARY)
+#endif()
install(FILES bin/plug/business/test_app/test_app.inf DESTINATION plug/business/test_app COMPONENT PROFILE)