Azure / azure-ulib-c

THIS REPO IS CURRENTLY IN PREVIEW. THE APIs ARE NOT FINAL AND ARE SUBJECT TO CHANGE WITHOUT NOTICE. Azure utility library used in embedded and constrained devices.
MIT License
14 stars 6 forks source link

Add Core library. #57

Closed mamokarz closed 3 years ago

mamokarz commented 3 years ago

cmake_minimum_required(VERSION 3.2.0)

Update all to fit 3.10 #Resolved


Refers to: CMakeLists.txt:4 in c6f27a6. [](commit_id = c6f27a69173408f05f536e9dc49a68f3e256f2b2, deletion_comment = False)

mamokarz commented 3 years ago

cmake_minimum_required(VERSION 3.2.0)

Thinking better about it, I'll keep version 3.2 for now.


In reply to: 767928447 [](ancestors = 767928447)


Refers to: CMakeLists.txt:4 in c6f27a6. [](commit_id = c6f27a69173408f05f536e9dc49a68f3e256f2b2, deletion_comment = False)

danewalton commented 3 years ago

Thinking better about it, I'll keep version 3.2 for now.

I don't think this will jive well with the Azure SDK since we have minimum version 3.10. If you need help updating the gate to get it 3.10 let me know.

mamokarz commented 3 years ago

cmake_minimum_required(VERSION 3.2.0)

Moving to 3.10


In reply to: 768422933 [](ancestors = 768422933,767928447)


Refers to: CMakeLists.txt:4 in c6f27a6. [](commit_id = c6f27a69173408f05f536e9dc49a68f3e256f2b2, deletion_comment = False)

mamokarz commented 3 years ago

Ok, let's move to 3.10


In reply to: 768473207 [](ancestors = 768473207)