7 lines
134 B
CMake
7 lines
134 B
CMake
|
function(override)
|
||
|
function(${FUNCTION_NAME})
|
||
|
endfunction()
|
||
|
endfunction()
|
||
|
override()
|
||
|
message(FATAL_ERROR "This shouldn't happen")
|