1if(EXISTS ${FileToCheck}) 2 message("${FileToCheck} exists.") 3else() 4 message(FATAL_ERROR "${FileToCheck} doesn't exist.") 5endif() 6