-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmess-config.cmake.in
67 lines (49 loc) · 1.96 KB
/
mess-config.cmake.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# Copyright (C) Peter Benner, Martin Koehler, Jens Saak and others
# 2009-2018
#
# - Build details for MESS: Matrix Equations Sparse Solver
#
# This file has been automatically generated.
# Package found
set(MESS_FOUND TRUE)
# Compilers
set(MESS_CXX_COMPILER "@CMAKE_CXX_COMPILER@")
set(MESS_C_COMPILER "@CMAKE_C_COMPILER@")
set(MESS_Fortran_COMPILER "@CMAKE_Fortran_COMPILER@")
# Compiler defintions
set(MESS_CXX_DEFINITIONS "-DMESS_VERSION=\"@MESS_VERSION@\";@MESS_CXX_DEFINITIONS@")
set(MESS_C_DEFINITIONS "-DMESS_VERSION=\"@MESS_VERSION@\";@MESS_C_DEFINITIONS@")
# Compiler flags
set(MESS_CXX_FLAGS "@CMAKE_CXX_FLAGS@")
set(MESS_C_FLAGS "@CMAKE_C_FLAGS@")
# Linker flags
set(MESS_LINK_FLAGS "@CMAKE_EXE_LINKER_FLAGS@")
# Include directories
set(MESS_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/@MESS_INCLUDE_DIR@")
# Third party include directories
set(MESS_3RD_PARTY_INCLUDE_DIRS "@MESS_INCLUDE_DIRECTORIES@")
# MESS library
set(MESS_LIBRARIES "@MESS_LIBRARY@")
# Third-party library directories
#set(MESS_3RD_PARTY_LIBRARY_DIR "@MESS_TARGET_LINK_LIBRARIES_DIRS@")
# Third-party libraries
set(MESS_3RD_PARTY_LIBRARIES "@MESS_TARGET_LINK_LIBRARIES@")
# Version
set(MESS_MAJOR_VERSION "@MESS_MAJOR_VERSION@")
set(MESS_MINOR_VERSION "@MESS_MINOR_VERSION@")
set(MESS_PATCH_VERSION "@MESS_PATCH_VERSION@")
set(MESS_VERSION_STR "@MESS_VERSION@")