mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05: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)
|