Tagged Questions
6
votes
3answers
9k views
How to run a command at compile with in Makefile generated by CMake?
I would like to pass some options to a compiler.
The option would have to be calculated at compile time - everytime when 'make' is invoked, not when 'cmake', so execute_process command does not cut ...