#
# Are all dependencies fullfilled?
#
-IF(NOT DEAL_II_WITH_PETSC OR DEAL_II_WITH_THREADS)
- MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
- DEAL_II_WITH_PETSC = ON
- DEAL_II_WITH_THREADS = OFF
-which is required for this tutorial step."
- )
-ENDIF()
-
IF (NOT ${deal.II_FOUND})
MESSAGE(FATAL_ERROR
"\n\n"
" *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
ENDIF ()
+IF(NOT DEAL_II_WITH_PETSC OR DEAL_II_WITH_THREADS)
+ MESSAGE(FATAL_ERROR "
+Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
+ DEAL_II_WITH_PETSC = ON
+ DEAL_II_WITH_THREADS = OFF
+which is required for this tutorial step."
+ )
+ENDIF()
+
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
-IF(NOT DEAL_II_WITH_PETSC OR DEAL_II_WITH_THREADS)
- MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
- DEAL_II_WITH_PETSC = ON
- DEAL_II_WITH_THREADS = OFF
-which is required for this tutorial step."
- )
-ENDIF()
-
IF (NOT ${deal.II_FOUND})
MESSAGE(FATAL_ERROR
"\n\n"
" *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
ENDIF ()
+IF(NOT DEAL_II_WITH_PETSC OR DEAL_II_WITH_THREADS)
+ MESSAGE(FATAL_ERROR "
+Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
+ DEAL_II_WITH_PETSC = ON
+ DEAL_II_WITH_THREADS = OFF
+which is required for this tutorial step."
+ )
+ENDIF()
+
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
-IF(NOT DEAL_II_WITH_UMFPACK)
- MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
- DEAL_II_WITH_UMFPACK = ON
-which is required for this tutorial step."
- )
-ENDIF()
-
IF (NOT ${deal.II_FOUND})
MESSAGE(FATAL_ERROR
"\n\n"
" *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
ENDIF ()
+IF(NOT DEAL_II_WITH_UMFPACK)
+ MESSAGE(FATAL_ERROR "
+Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
+ DEAL_II_WITH_UMFPACK = ON
+which is required for this tutorial step."
+ )
+ENDIF()
+
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
-IF(NOT DEAL_II_WITH_UMFPACK)
- MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
- DEAL_II_WITH_UMFPACK = ON
-which is required for this tutorial step."
- )
-ENDIF()
-
IF (NOT ${deal.II_FOUND})
MESSAGE(FATAL_ERROR
"\n\n"
" *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
ENDIF ()
+IF(NOT DEAL_II_WITH_UMFPACK)
+ MESSAGE(FATAL_ERROR "
+Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
+ DEAL_II_WITH_UMFPACK = ON
+which is required for this tutorial step."
+ )
+ENDIF()
+
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
-IF(NOT DEAL_II_WITH_TRILINOS)
- MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
- DEAL_II_WITH_TRILINOS = ON
-which is required for this tutorial step."
- )
-ENDIF()
-
IF (NOT ${deal.II_FOUND})
MESSAGE(FATAL_ERROR
"\n\n"
" *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
ENDIF ()
+IF(NOT DEAL_II_WITH_TRILINOS)
+ MESSAGE(FATAL_ERROR "
+Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
+ DEAL_II_WITH_TRILINOS = ON
+which is required for this tutorial step."
+ )
+ENDIF()
+
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
+IF (NOT ${deal.II_FOUND})
+ MESSAGE(FATAL_ERROR
+ "\n\n"
+ " *** Could not locate deal.II. *** "
+ "\n\n"
+ " *** You may want to either pass the -DDEAL_II_DIR=/path/to/deal.II flag to cmake \n"
+ " *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
+ENDIF ()
+
IF( NOT DEAL_II_WITH_MPI OR
NOT DEAL_II_WITH_P4EST OR
NOT DEAL_II_WITH_TRILINOS )
)
ENDIF()
-IF (NOT ${deal.II_FOUND})
- MESSAGE(FATAL_ERROR
- "\n\n"
- " *** Could not locate deal.II. *** "
- "\n\n"
- " *** You may want to either pass the -DDEAL_II_DIR=/path/to/deal.II flag to cmake \n"
- " *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
-ENDIF ()
-
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
-IF(NOT DEAL_II_WITH_TRILINOS)
- MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
- DEAL_II_WITH_TRILINOS = ON
-which is required for this tutorial step."
- )
-ENDIF()
-
IF (NOT ${deal.II_FOUND})
MESSAGE(FATAL_ERROR
"\n\n"
" *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
ENDIF ()
+IF(NOT DEAL_II_WITH_TRILINOS)
+ MESSAGE(FATAL_ERROR "
+Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
+ DEAL_II_WITH_TRILINOS = ON
+which is required for this tutorial step."
+ )
+ENDIF()
+
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
-IF(NOT DEAL_II_WITH_FUNCTIONPARSER)
- MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
- DEAL_II_WITH_FUNCTIONPARSER = ON
-which is required for this tutorial step."
- )
-ENDIF()
-
IF (NOT ${deal.II_FOUND})
MESSAGE(FATAL_ERROR
"\n\n"
" *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
ENDIF ()
+IF(NOT DEAL_II_WITH_FUNCTIONPARSER)
+ MESSAGE(FATAL_ERROR "
+Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
+ DEAL_II_WITH_FUNCTIONPARSER = ON
+which is required for this tutorial step."
+ )
+ENDIF()
+
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
-IF(NOT DEAL_II_WITH_UMFPACK)
- MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
- DEAL_II_WITH_UMFPACK = ON
-which is required for this tutorial step."
- )
-ENDIF()
-
IF (NOT ${deal.II_FOUND})
MESSAGE(FATAL_ERROR
"\n\n"
" *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
ENDIF ()
+IF(NOT DEAL_II_WITH_UMFPACK)
+ MESSAGE(FATAL_ERROR "
+Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
+ DEAL_II_WITH_UMFPACK = ON
+which is required for this tutorial step."
+ )
+ENDIF()
+
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
+IF (NOT ${deal.II_FOUND})
+ MESSAGE(FATAL_ERROR
+ "\n\n"
+ " *** Could not locate deal.II. *** "
+ "\n\n"
+ " *** You may want to either pass the -DDEAL_II_DIR=/path/to/deal.II flag to cmake \n"
+ " *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
+ENDIF ()
+
IF(NOT DEAL_II_WITH_PETSC OR NOT DEAL_II_WITH_SLEPC OR DEAL_II_WITH_THREADS)
MESSAGE(FATAL_ERROR "
Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
)
ENDIF()
-IF (NOT ${deal.II_FOUND})
- MESSAGE(FATAL_ERROR
- "\n\n"
- " *** Could not locate deal.II. *** "
- "\n\n"
- " *** You may want to either pass the -DDEAL_II_DIR=/path/to/deal.II flag to cmake \n"
- " *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
-ENDIF ()
-
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
-IF(NOT DEAL_II_WITH_LAPACK)
- MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
- DEAL_II_WITH_LAPACK = ON
-which is required for this tutorial step."
- )
-ENDIF()
-
IF (NOT ${deal.II_FOUND})
MESSAGE(FATAL_ERROR
"\n\n"
" *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
ENDIF ()
+IF(NOT DEAL_II_WITH_LAPACK)
+ MESSAGE(FATAL_ERROR "
+Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
+ DEAL_II_WITH_LAPACK = ON
+which is required for this tutorial step."
+ )
+ENDIF()
+
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
+IF (NOT ${deal.II_FOUND})
+ MESSAGE(FATAL_ERROR
+ "\n\n"
+ " *** Could not locate deal.II. *** "
+ "\n\n"
+ " *** You may want to either pass the -DDEAL_II_DIR=/path/to/deal.II flag to cmake \n"
+ " *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
+ENDIF ()
+
IF(NOT DEAL_II_WITH_PETSC OR NOT DEAL_II_WITH_P4EST OR DEAL_II_WITH_THREADS)
MESSAGE(FATAL_ERROR "
Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
)
ENDIF()
-IF (NOT ${deal.II_FOUND})
- MESSAGE(FATAL_ERROR
- "\n\n"
- " *** Could not locate deal.II. *** "
- "\n\n"
- " *** You may want to either pass the -DDEAL_II_DIR=/path/to/deal.II flag to cmake \n"
- " *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
-ENDIF ()
-
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
-IF(NOT DEAL_II_WITH_TRILINOS)
- MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
- DEAL_II_WITH_TRILINOS = ON
-which is required for this tutorial step."
- )
-ENDIF()
-
IF (NOT ${deal.II_FOUND})
MESSAGE(FATAL_ERROR
"\n\n"
" *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
ENDIF ()
+IF(NOT DEAL_II_WITH_TRILINOS)
+ MESSAGE(FATAL_ERROR "
+Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
+ DEAL_II_WITH_TRILINOS = ON
+which is required for this tutorial step."
+ )
+ENDIF()
+
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
+IF (NOT ${deal.II_FOUND})
+ MESSAGE(FATAL_ERROR
+ "\n\n"
+ " *** Could not locate deal.II. *** "
+ "\n\n"
+ " *** You may want to either pass the -DDEAL_II_DIR=/path/to/deal.II flag to cmake \n"
+ " *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
+ENDIF ()
+
IF( NOT DEAL_II_WITH_MPI OR
NOT DEAL_II_WITH_P4EST OR
NOT DEAL_II_WITH_TRILINOS )
)
ENDIF()
-IF (NOT ${deal.II_FOUND})
- MESSAGE(FATAL_ERROR
- "\n\n"
- " *** Could not locate deal.II. *** "
- "\n\n"
- " *** You may want to either pass the -DDEAL_II_DIR=/path/to/deal.II flag to cmake \n"
- " *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
-ENDIF ()
-
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
-IF(NOT DEAL_II_WITH_TRILINOS)
- MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
- DEAL_II_WITH_TRILINOS = ON
-which is required for this tutorial step."
- )
-ENDIF()
-
IF (NOT ${deal.II_FOUND})
MESSAGE(FATAL_ERROR
"\n\n"
" *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
ENDIF ()
+IF(NOT DEAL_II_WITH_TRILINOS)
+ MESSAGE(FATAL_ERROR "
+Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
+ DEAL_II_WITH_TRILINOS = ON
+which is required for this tutorial step."
+ )
+ENDIF()
+
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()
#
# Are all dependencies fullfilled?
#
-IF(NOT DEAL_II_WITH_UMFPACK)
- MESSAGE(FATAL_ERROR "
-Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
- DEAL_II_WITH_UMFPACK = ON
-which is required for this tutorial step."
- )
-ENDIF()
-
IF (NOT ${deal.II_FOUND})
MESSAGE(FATAL_ERROR
"\n\n"
" *** or set an environment variable \"DEAL_II_DIR\" that contains this path.")
ENDIF ()
+IF(NOT DEAL_II_WITH_UMFPACK)
+ MESSAGE(FATAL_ERROR "
+Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
+ DEAL_II_WITH_UMFPACK = ON
+which is required for this tutorial step."
+ )
+ENDIF()
+
DEAL_II_INITIALIZE_CACHED_VARIABLES()
PROJECT(${TARGET})
DEAL_II_INVOKE_AUTOPILOT()