I would like to install code at the beginning of the cmake_install.cmake script.
But, to do that an option BEFORE or PREPEND which indicated that the code should be put at the beginning of the install script is necessary.
Do you think it would be possible to have such an option for install(CODE …)?