https://github.com/Kitware/CMake
Raw File
Tip revision: e31084e65745f9dd422c6aff0a2ed4ada6918805 authored by Brad King on 07 July 2016, 13:17:24 UTC
CMake 3.6.0
Tip revision: e31084e
File-Glob-NoArg.cmake
# Checking that the call without arguments get caught by the file global protection.
file(GLOB)
back to top