On 2014-03-10 18:48, J Decker wrote:
*shrug* there's no build targets... it's just a
update/package/uninstall/install script for android apk targets...
Turned out to work pretty good other than...

configure_file() I had to emit a 1 line script and call 'cmake -P
StupidConfigure.cmake'

Yes, that's annoying. Maybe such a script should be distributed with CMake? (I don't think it would work well as a command; you still need to be able to pass -D's to set the replacement values, and at that point there probably isn't enough difference between '-E configure_file' and '-P $CMAKE_ROOT/Modules/ConfigureFile.cmake' to justify how much more effort is required to implement the former, vs. the latter just means adding a very short script to CMake's distribution.

--
Matthew

--

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://www.cmake.org/mailman/listinfo/cmake

Reply via email to