mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
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")
|