CMake/Tests/CMakeTests/File-Glob-NoArg.cmake
Amine Chadly c2a6cb64af file: remove dead code
The file command requires at least two arguments, so guarding the GLOB and
MAKE_DIRECTORY command is not necessary. Changed it for an assert to keep the
protection.
2012-11-02 17:10:06 +01:00

3 lines
96 B
CMake

# Checking that the call without arguments get caught by the file global protection.
file(GLOB)