/usr/share/ufc/UseUFC.cmake is in python-ffc 1.6.0-2.
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 8 9 10 11 12 13 14 15 16 17 18 19 | # CMake configuration for UFC (http://fenicsproject.org/)
#
# This file has been generated automatically by the FFC/UFC installation.
#
# This file sets up include directories, link directories, and
# compiler settings for a project to use UFC. It should not be
# included directly, but rather through the UFC_USE_FILE setting
# obtained from UFCConfig.cmake.
if (NOT UFC_USE_FILE_INCLUDED)
set(UFC_USE_FILE_INCLUDED 1)
# Add include directories needed to use UFC
include_directories(${UFC_INCLUDE_DIRS})
# Add compiler flags needed to use UFC
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${UFC_CXX_FLAGS}")
endif()
|