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 project,
and I'm trying to determine which version of CMake this was introduced in,
so that I can ensure my minimum required version is sufficient.

I checked both the documentation
<https://cmake.org/cmake/help/v3.0/module/CMakePackageConfigHelpers.html> for
this feature and searched through the CMake release notes, but I can't seem
to find the right version.  The only thing I found was a mention of the
module in the release notes for 3.0.2, but the wording suggests that this
was just an update and not the initial introduction of the feature.

I feel like I'm missing something.  This seems like a common task in
workflows using CMake.  Does anyone have any suggestions?

Thanks,
Zac
-- 

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 CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to