File: DOLFINX_MPCConfig.cmake.in

package info (click to toggle)
dolfinx-mpc 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,188 kB
  • sloc: python: 7,263; cpp: 5,462; makefile: 69; sh: 4
file content (15 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# - Build details for DOLFINX_MPC: An extension to dolfinx to use multi-point constraint
#

@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(DOLFINX REQUIRED)
find_dependency(MPI REQUIRED)

if (NOT TARGET dolfinx_mpc)
  include("${CMAKE_CURRENT_LIST_DIR}/DOLFINX_MPCTargets.cmake")
endif()


check_required_components(DOLFINX_MPC)