File tree 6 files changed +15
-6
lines changed
6 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 4
4
cmake_minimum_required (VERSION 2.8.11)
5
5
project (uamqp)
6
6
7
+ set (UAMQP_VERSION 1.0.25)
8
+
7
9
# Build with -fPIC always
8
10
set (CMAKE_POSITION_INDEPENDENT_CODE TRUE )
9
11
@@ -253,6 +255,12 @@ if(${use_installed_dependencies})
253
255
254
256
include (CMakePackageConfigHelpers)
255
257
258
+ write_basic_package_version_file(
259
+ "${CMAKE_CURRENT_BINARY_DIR} /${PROJECT_NAME} /${PROJECT_NAME} ConfigVersion.cmake"
260
+ VERSION ${UAMQP_VERSION}
261
+ COMPATIBILITY SameMajorVersion
262
+ )
263
+
256
264
configure_file ("configs/${PROJECT_NAME} Config.cmake"
257
265
"${CMAKE_CURRENT_BINARY_DIR} /${PROJECT_NAME} /${PROJECT_NAME} Config.cmake"
258
266
COPYONLY
@@ -268,6 +276,7 @@ if(${use_installed_dependencies})
268
276
install (
269
277
FILES
270
278
"configs/${PROJECT_NAME} Config.cmake"
279
+ "${CMAKE_CURRENT_BINARY_DIR} /${PROJECT_NAME} /${PROJECT_NAME} ConfigVersion.cmake"
271
280
DESTINATION
272
281
${package_location}
273
282
)
Original file line number Diff line number Diff line change 1
- azure-uamqp-c (0.1.0-9trusty ) trusty; urgency=low
1
+ azure-uamqp-c (0.1.0-10trusty ) trusty; urgency=low
2
2
3
3
* See https://github.com/Azure/azure-iot-sdks/releases for details of the release
4
4
Original file line number Diff line number Diff line change 1
- azure-uamqp-c (0.1.0-37vivid ) vivid; urgency=low
1
+ azure-uamqp-c (0.1.0-38vivid ) vivid; urgency=low
2
2
3
3
* See https://github.com/Azure/azure-iot-sdks/releases for details of the release
4
4
Original file line number Diff line number Diff line change 1
- azure-uamqp-c (0.1.0.0-6xenial ) xenial; urgency=low
1
+ azure-uamqp-c (0.1.0.0-7xenial ) xenial; urgency=low
2
2
3
3
* See https://github.com/Azure/azure-iot-sdks/releases for details of the release
4
4
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?><package xmlns =" http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd" >
2
2
<metadata >
3
3
<id >Microsoft.Azure.uamqp</id >
4
- <version >1.0.24 </version >
4
+ <version >1.0.25 </version >
5
5
<title >Microsoft Azure uAMQP</title >
6
6
<authors >Microsoft Corp</authors >
7
7
<owners >Azure-IoT</owners >
15
15
<copyright >Copyright 2016</copyright >
16
16
<tags >Microsoft Azure C Native x86 x64 arm native uamqp package</tags >
17
17
<dependencies >
18
- <dependency id =" Microsoft.Azure.C.SharedUtility" version =" 1.0.24 " />
18
+ <dependency id =" Microsoft.Azure.C.SharedUtility" version =" 1.0.25 " />
19
19
</dependencies >
20
20
</metadata >
21
21
<files >
You can’t perform that action at this time.
0 commit comments