akheron / jansson

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

cmake: honour CMAKE_INSTALL_* variables #571

Open reddwarf69 opened 3 years ago

reddwarf69 commented 3 years ago

It ignores the previous JANSSONINSTALL*_DIR variables. But they were broken, only affecting the pkg-config creation logic, not the actual installation directory. This can't break anybody's existing usage.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 96.232% when pulling a52d65fc67c5050d516c7c37d36e8c25a8114a3f on RedDwarf69:cmake_fixes into 2de2c3d5fc702396a2a5ae8f70ab98a0011d486e on akheron:master.

JosiahWI commented 2 months ago

Is it possible this would fix #668?