Open carlocorradini opened 2 months ago
Hi thank you for the PR but this is too much at once, I'm ok about most of the changed, just I would like to have a PR per new line that you added.
This makes it easier to review, for external user to see what changed, and to find error/problem origin in the future using git bisect
.
Could you separate in different PR all the changes?
Fix #16
Added
ASIO_NO_DEPRECATED
to disables Asio deprecated interfaces and functionalityCXX_STANDARD 11
,CXX_STANDARD_REQUIRED ON
andCXX_EXTENSIONS OFF
Changed
INTERFACE
since it is header only3.14
asio-1-31-0
CPM
if already available and initializedCPM.cmake
toget_cpm.cmake
v0.40.2
.cmake-format
.gitignore
entriesLicense
toLICENSE
Readme.md
toREADME.md
Changelog.md
toCHANGELOG.md
PS: In
README.md
I've set the examples to useasio.cmake
as versionv1.3.0
. Update accordingly if the version changes