Re: [CMake] Determining appropriate setting for CMAKE_MINIMUM_REQUIRED

2015-10-09 Thread Daniele E. Domenichelli
Hello Zac, On 09/10/2015 23:27, Zac Bergquist wrote: > Is there a particular tool or method that one should use to determine > the appropriate setting for CMAKE_MINIMUM_REQUIRED? By appropriate, I > mean the earliest version that encompasses all of the features used by > the project. This is wha

[CMake] Determining appropriate setting for CMAKE_MINIMUM_REQUIRED

2015-10-09 Thread Zac Bergquist
Hello, Is there a particular tool or method that one should use to determine the appropriate setting for CMAKE_MINIMUM_REQUIRED? By appropriate, I mean the earliest version that encompasses all of the features used by the project. For example, I'm using the CMakePackageConfigHelpers module in a p