Override.cmake 134 B

123456
  1. function(override)
  2. function(${FUNCTION_NAME})
  3. endfunction()
  4. endfunction()
  5. override()
  6. message(FATAL_ERROR "This shouldn't happen")