cmake/Tests/RunCMake/Syntax/Override.cmake

7 lines
134 B
CMake
Raw Normal View History

2021-09-14 00:13:48 +02:00
function(override)
function(${FUNCTION_NAME})
endfunction()
endfunction()
override()
message(FATAL_ERROR "This shouldn't happen")