Tinyxml2: CMake needs an owner.

Created on 2 Mar 2020  路  4Comments  路  Source: leethomason/tinyxml2

Most of the PRs open to TinyXML-2 are CMake related. I've long had no opinion on this - and continue to have no opinion - but we're clearly going back and forth on how this should work. I'm looking for constructive feedback on how to manage this. (That isn't me becoming a CMake expert.)

  • Is there a similar project that has an acceptable CMake that can be user? (Substituting tinyxml-2 as the target, of course)
  • Is TinyXML-2 used in a project that maintains CMakes?
  • Some standard?
    Suggestions?
question

Most helpful comment

Yeah, ummm, this whole CMake thing seems to be a much bigger issue than I realized.

Every other library I try to use just works with CMake find_package. I'm not at all sure why this would be challenging to do for tinyxml2

All 4 comments

Yeah, ummm, this whole CMake thing seems to be a much bigger issue than I realized.

Every other library I try to use just works with CMake find_package. I'm not at all sure why this would be challenging to do for tinyxml2

https://www.youtube.com/watch?v=m0DwB4OvDXk this is a pretty good talk about cmake for library authors.

@Smit-tay I don't either. :) But my goal isn't to become a CMake expert. I'm actually hoping someone who really understands CMake and building library can take ownership and make sense of it.

@leethomason - I'm the maintainer for the Halide CMake build. Support for the minimum version specified in this project's CMakeLists.txt, 2.6, is about to be completely removed from new versions of CMake so this library will completely stop working for current-version users. Given that most people keep CMake up to date, this will be a problem.

tinyxml2 is, fortunately, very tiny! I would be happy to modernize the CMake build here. I don't think it would take more than a couple days of work. 馃檪

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MortenMacFly picture MortenMacFly  路  18Comments

vigneshrams picture vigneshrams  路  3Comments

kurylo picture kurylo  路  5Comments

ajtruckle picture ajtruckle  路  9Comments

KerstinKeller picture KerstinKeller  路  5Comments