jsoncpp icon indicating copy to clipboard operation
jsoncpp copied to clipboard

Support cmake config with meson build

Open chenrui333 opened this issue 2 years ago • 2 comments

It looks like the meson build does not create cmake config, which caused some downstream issue.

relates to:

  • https://github.com/Homebrew/homebrew-core/pull/133342
  • https://github.com/open-source-parsers/jsoncpp/wiki/Building#building-and-testing-with-cmake
  • https://github.com/Homebrew/homebrew-core/pull/133345

chenrui333 avatar Jun 10 '23 20:06 chenrui333

Can confirm this causes issues: https://github.com/LunarG/VulkanTools/pull/1917

I'm hopeful for a standardized solution in the future (pkg-config has issues on Windows): https://www.youtube.com/watch?v=IwuBZpLUq8Q

juan-lunarg avatar Oct 30 '23 22:10 juan-lunarg

It appears there is some "support" by now but it is totally broken, see: https://github.com/open-source-parsers/jsoncpp/issues/1568#issuecomment-2417485183

rpavlik avatar Oct 21 '24 20:10 rpavlik