aboutsummaryrefslogtreecommitdiff
path: root/ports/loguru/portfile.cmake
AgeCommit message (Collapse)Author
2020-03-10[loguru] Fix link issue (#10050)Phoebe
2020-01-29[loguru] Update to 2.1.0 and extend to generate proper binary on non-windows ↵Phoebe
(#8682) * [loguru] extend to generate proper binary on linux * Update the changes * Update CMakeLists.txt * Remove CMAKE_CXX_LINK_FLAGS * Add find_dependency(Threads) to config file
2019-05-09[loguru] Add new port (#6342)wangli28