mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +00:00
2bba0bfc2c
Since commit v3.3.0-rc1~318^2~1 (file: Teach GLOB to list directories optionally, 2015-03-17) using `LIST_DIRECTORIES` followed by no expression causes a crash. Fix the logic to avoid the crash. Fixes: #16565
2 lines
47 B
CMake
2 lines
47 B
CMake
file(GLOB CONTENT_LIST LIST_DIRECTORIES false)
|