Is there any example of how to write a find module for find_package() that utilizes version numbers? How is the version number passed into the Find*.cmake module? The documentation on this is very confusing and discusses creating a version.cmake file. I looked in the CMake modules directory for an example but there are no version files...
I'm creating a find module for the Microsoft Platform SDK: FindMSPlatformSDK.cmake. I need to be able to call it like so: find_package( MSPlatformSDK 7.0 ) Thanks in advance. --------- Robert Dailey
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake