Hello,

I’ve searched for some time, but didn’t find anything useful. Most finds deal 
with including version system stuff passed to header files for compilation.

I want to achieve something like that:
Include(version.cmake)
install(FILES firmware.hex  RENAME  firmware_${version_string}.hex)

where version.cmake is created like explained in this mail 
https://cmake.org/pipermail/cmake/2010-July/038015.html alongside headers 
needed for compilation.

However, CMake needs to include version.cmake at first CMake run time, which is 
not possible because it’s a generated file.

Is there any other way to do the rename?

Thanks for your help!

Regards,
Martin
-- 

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