Skip to content
  • Brad King's avatar
    ENH: Automatic include directories should not be done by default as was just... · 98a187a8
    Brad King authored
    ENH: Automatic include directories should not be done by default as was just implemented.  Instead a project may now set CMAKE_INCLUDE_CURRENT_DIR to get this behavior.  The current source and binary directories are added automatically to the beginning of the include path in every directory.  This simulates in-source behavior for double-quote includes when there are generated sources and headers in the directory.
    98a187a8