<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body>
<span id="mailbox-conversation"><div>You might try to use CMAKE_CONFIGURE_DEPENDS (http://www.cmake.org/cmake/help/v3.0/prop_dir/CMAKE_CONFIGURE_DEPENDS.html) property:</div>
<br><div><div id="mb-reply">set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS dependency.txt)</div></div>
<div><br></div>
<div>That would trigger CMake regeneration upon a change of dependency.txt</div>
<div><br></div>
<div>-Roman</div></span><span class="none"></span>
</body></html>