Skip to content
  • Brad King's avatar
    Create CMP0014 to require CMakeLists.txt files · e3086213
    Brad King authored
    Until now CMake accidentally accepted add_subdirectory() and subdirs()
    calls referring to directories that do not contain a CMakeLists.txt
    file.  We introduce CMake Policy CMP0014 to make this case an error.
    e3086213