mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
814b368725
ENH: add a test for calling RETURN() in an included file Alex
4 lines
65 B
CMake
4 lines
65 B
CMake
set(include_returnResult 1)
|
|
return()
|
|
set(include_returnResult 0)
|