akheron / jansson

C library for encoding, decoding and manipulating JSON data
http://www.digip.org/jansson/
Other
3.05k stars 808 forks source link

Fix overwriting linker flags #610

Closed Thomas1664 closed 2 years ago

Thomas1664 commented 2 years ago

You were overwriting CMAKE_SHARED_LINKER_FLAGS without caring about already set flags. This causes builds on UWP to fail.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 96.234% when pulling fe6e8eec7e7df4f1e72f0c9d9337b1fe11236687 on Thomas1664:master into addeeef408cf9e4711a234e04fc2c4bd7357561b on akheron:master.

akheron commented 2 years ago

Merged, thanks!