diff --git a/TPLsList.cmake b/TPLsList.cmake index 403d55a928..67ec4d6857 100644 --- a/TPLsList.cmake +++ b/TPLsList.cmake @@ -75,4 +75,9 @@ SET( Seacas_TPLS_FINDMODS_CLASSIFICATIONS Cereal "${PROJECT_SOURCE_DIR}/packages/seacas/cmake/tpls/" ST ADIOS2 "${PROJECT_SOURCE_DIR}/packages/seacas/cmake/tpls/FindTPLADIOS2.cmake" EX Catalyst2 "${PROJECT_SOURCE_DIR}/packages/seacas/cmake/tpls/FindTPLCatalyst2.cmake" EX + # TPLs defined in Zoltan/cmake/Dependencies.cmake that are never enabled + PaToH "cmake/TPLs/" EX + Scotch "cmake/TPLs/" EX + CCOLAMD "cmake/TPLs/" EX + OVIS "cmake/TPLs/" EX ) diff --git a/cmake/TPLs/FindTPLCCOLAMD.cmake b/cmake/TPLs/FindTPLCCOLAMD.cmake new file mode 100644 index 0000000000..6452002433 --- /dev/null +++ b/cmake/TPLs/FindTPLCCOLAMD.cmake @@ -0,0 +1,2 @@ +message(FATAL_ERROR + "Error, the TPL ${TPL_NAME} is not defined for the CMake project ${PROJECT_NAME}") diff --git a/cmake/TPLs/FindTPLOVIS.cmake b/cmake/TPLs/FindTPLOVIS.cmake new file mode 100644 index 0000000000..6452002433 --- /dev/null +++ b/cmake/TPLs/FindTPLOVIS.cmake @@ -0,0 +1,2 @@ +message(FATAL_ERROR + "Error, the TPL ${TPL_NAME} is not defined for the CMake project ${PROJECT_NAME}") diff --git a/cmake/TPLs/FindTPLPaToH.cmake b/cmake/TPLs/FindTPLPaToH.cmake new file mode 100644 index 0000000000..6452002433 --- /dev/null +++ b/cmake/TPLs/FindTPLPaToH.cmake @@ -0,0 +1,2 @@ +message(FATAL_ERROR + "Error, the TPL ${TPL_NAME} is not defined for the CMake project ${PROJECT_NAME}") diff --git a/cmake/TPLs/FindTPLScotch.cmake b/cmake/TPLs/FindTPLScotch.cmake new file mode 100644 index 0000000000..6452002433 --- /dev/null +++ b/cmake/TPLs/FindTPLScotch.cmake @@ -0,0 +1,2 @@ +message(FATAL_ERROR + "Error, the TPL ${TPL_NAME} is not defined for the CMake project ${PROJECT_NAME}")