Skip to content
  • Brad King's avatar
    No /fast targets in try_compile project mode · 80c947b3
    Brad King authored
    The try_compile command builds the cmTryCompileExec executable using the
    cmTryCompileExec/fast target with Makefile generators in order to save
    time since dependencies are not needed.  However, in project mode the
    command builds an entire source tree that may have dependencies.
    Therefore we can use the /fast target approach only in one-source mode.
    80c947b3