diff options
| author | lijia <[email protected]> | 2021-01-08 10:27:34 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2021-01-08 10:27:34 +0800 |
| commit | abe9d5e96f52dde15ebeb9b4323779311df5f027 (patch) | |
| tree | 10b45d53b08165ac5702596f85c854bac7a08a51 | |
| parent | cf7f73251739db389c638d38cd66443506272afd (diff) | |
gdevice.so CI错误.v4.2.21
| -rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 785c7ab..aedc3dd 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.20版本之后,g_device保活插件内置,不再用挂载插件的方式 +#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) |
