[CMake] Providing multiple different MAJOR API versions with write_basic_package_version_file

2019-11-04 Thread Philip Van Hoof
Hello, After Craig's very interesting presentation at CppCon 2019* I learned a bunch of new things which I of course immediately wanted to try out**. I read about the write_basic_package_version_file which is in CMakePackageConfigHelpers. Craig also mentioned in the presentation that you can have

Re: [CMake] How to build fully correctly versioned shared object files with cmake

2018-08-06 Thread Philip Van Hoof
: increase it for bug fix releases. https://github.com/pvanhoof/dir-examples/commit/02a9a2d23ddf3627f87dd7a1af74b42603c4f890 (Because yes, you're right that libtool's -version-info is just pointlessly complicated and messy for people who don't need to care) Kind regards, Philip Van Hoof signature.asc Description: Thi

Re: [CMake] How to build fully correctly versioned shared object files with cmake

2018-08-06 Thread Philip Van Hoof
suggestions? Just, however, let's try to keep it easy for people coming from libtool-world. A lot of people do. > The difficult thing is to realize the need for such a change. But > there are tools that can help. nod. I tried to explain the necessity in README.md. I think it would be helpful

[CMake] How to build fully correctly versioned shared object files with cmake

2018-08-06 Thread Philip Van Hoof
as much as they want). Kind regards, Philip Van Hoof signature.asc Description: This is a digitally signed message part -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the