akheron / jansson

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

fix --default-symver can not be set when use cmake #681

Open zhangwenlong8911 opened 4 months ago

Zer0-One commented 3 months ago

May also be an option to use https://cmake.org/cmake/help/latest/module/CheckLinkerFlag.html

JosiahWI commented 6 days ago

This is an alternative solution to #639. Note that CMake variables are not usually named with a D prefix like C defines are. The Find modules written by Kitware are good examples.