Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmake] Make CMake aware of textfiles that configure the build #9876

Merged
merged 1 commit into from
Jun 1, 2016

Commits on Jun 1, 2016

  1. [cmake] Make CMake aware of textfiles that configure the build

    The CMake based buildsystem is based on reading the input of textfiles
    at configure-time. As CMake does not track files that are just accessed
    using "file(READ)" building does not automatically retrigger a
    reconfiguration when those files are changes. This commit fixes it by
    either using configure_file or using the CMAKE_CONFIGURE_DEPENDS
    variable.
    
    This should remove the necessity to manually rerun CMake when files are
    changed during development. (Due to globbing CMake still has to be
    rerun when files are added or removed!)
    fetzerch committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    ee443bb View commit details
    Browse the repository at this point in the history