[CMake] cmp0026, file(GENERATE...), and configure_file

Nils Gladitz nilsgladitz at gmail.com
Thu Apr 23 07:32:17 EDT 2015


On 23.04.2015 13:19, Alan W. Irwin wrote:
>
> Is there a standard way such a function could be used officially as
> part of CMake?  In other words, are there some official CMake
> functions now that are not written in C++ but are instead written as
> CMake language functions 

Many (mostly those that don't start with "Find") cmake modules provide 
functions/macros written in cmake language:
     http://www.cmake.org/cmake/help/v3.2/manual/cmake-modules.7.html

Nils




More information about the CMake mailing list