Re: [CMake] Forcing CMake to rerun

2015-12-13 Thread Jakob van Bethlehem
Hej, My first guess would be to have a look at the add_custom_command() function. One of the possible invocations of that function creates a target of which the outputs are always considered out-of-date (well, if memory serves me correctly, it seems cmake.org is currently down so I can’t double

[CMake] Forcing CMake to rerun

2015-12-10 Thread Nicholas Clark
Hi all, I'm working on using CMake to create a build system that targets an incredibly hard-to-deal-with IDE/build system, used for doing some embedded programming (Xilinx's Vivado suite). One of the pieces I need to get working is a conditional dependency between two files (a project-file genera