Files
CMake/Tests/RunCMake/Syntax/Override.cmake
2020-10-22 17:04:31 -04:00

7 lines
134 B
CMake

function(override)
function(${FUNCTION_NAME})
endfunction()
endfunction()
override()
message(FATAL_ERROR "This shouldn't happen")