aboutsummaryrefslogtreecommitdiff
path: root/ports/cppcoro/portfile.cmake
AgeCommit message (Collapse)Author
2020-04-24[cppcoro] Simplify CMakeLists.txt to ease future maintenance. Fix VS 2019 ↵Robert Schumacher
builds.
2020-04-17[cppcoro] force static linkagePark DongHa
* report error for clang-cl build with VC++ in VS 2019 will fail by the header file.
2020-04-16[cppcoro] port install failure on platformsluncliff
* vcpkg_fail_port_install on uwp/linux mention PR #10693 so linux/clang users can see the port issues
2020-04-10[cppcoro] embed CMakeLists.txt fileluncliff
* copy the CMakeLists.txt file and start build with it * change version to 2020.2 For now the repo doesn't have any tags. Therefore its version followed the latest commit, which is made in 2020 Feb.
2020-04-07[cppcoro] update with PR reviewPark DongHa
* update reference to tag and hash value * ${PORT} for destination Linux build support should marked unavailable?
2020-04-04[cppcoro] add new portPark DongHa