mirror of
https://github.com/reactos/CMake.git
synced 2025-02-10 22:02:11 +00:00
![Amine Chadly](/assets/img/avatar_default.png)
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.
3 lines
96 B
CMake
3 lines
96 B
CMake
# Checking that the call without arguments get caught by the file global protection.
|
|
file(GLOB)
|