From 2a1802385d909a9ed17db7915bdaf270ef5b7f92 Mon Sep 17 00:00:00 2001 From: sdk-team Date: Thu, 12 Sep 2019 15:43:08 +0800 Subject: [PATCH] Fixed CMakeLists file. --- CHANGELOG | 3 +++ VERSION | 2 +- vpc/CMakeLists.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f640af4e0..c73ac5455 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2019-09-12 Version 1.36.125 +- Fixed CMakeLists file. + 2019-09-12 Version 1.36.124 - Fixed CMakeLists file. diff --git a/VERSION b/VERSION index a6333c80b..88829d021 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.36.124 \ No newline at end of file +1.36.125 \ No newline at end of file diff --git a/vpc/CMakeLists.txt b/vpc/CMakeLists.txt index 28165d29d..276a47aa6 100644 --- a/vpc/CMakeLists.txt +++ b/vpc/CMakeLists.txt @@ -459,7 +459,7 @@ set(vpc_public_header_model include/alibabacloud/vpc/model/CreateVpnGatewayResult.h ) set(vpc_src - src/com.aliyun.pop.sdk.domain.Product@3292d91aClient.cc + src/VpcClient.cc src/model/DescribeGlobalAccelerationInstancesRequest.cc src/model/DescribeGlobalAccelerationInstancesResult.cc src/model/ModifySslVpnClientCertRequest.cc