/usr/share/ECM/find-modules/GeneratePythonBindingUmbrellaModule.cmake is in extra-cmake-modules 5.44.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
get_filename_component(PYTHON_UMBRELLA_MODULE_DIR ${PYTHON_UMBRELLA_MODULE_FILE} PATH)
file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
execute_process(COMMAND "${CMAKE_COMMAND}" -E touch "${PYTHON_UMBRELLA_MODULE_FILE}")
|