forked from sandialabs/seacas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define dummy TPLs listed in Zoltan's TPL dependencies list (TriBITSPu…
…b/TriBITS#63) The updated version of TriBITS requires that all TPLs listed in a package's Dependencies.cmake file be defined. For some reason, the TPLs PaToH, Scotch, CCOLAMD, and OVIS listed in zoltan/cmake/Dependencies.cmake are not defined in the base TriBITS repo file seacas/TPLsList.cmake. Old TriBITS would just ignore these undefined TPLs but new TriBITS will error out by default. We have defined the FindTPL<tplName>.cmake files to error out if these TPLs are ever enabled (and these files are processesd).
- Loading branch information
1 parent
e3ae529
commit 9617951
Showing
5 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
message(FATAL_ERROR | ||
"Error, the TPL ${TPL_NAME} is not defined for the CMake project ${PROJECT_NAME}") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
message(FATAL_ERROR | ||
"Error, the TPL ${TPL_NAME} is not defined for the CMake project ${PROJECT_NAME}") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
message(FATAL_ERROR | ||
"Error, the TPL ${TPL_NAME} is not defined for the CMake project ${PROJECT_NAME}") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
message(FATAL_ERROR | ||
"Error, the TPL ${TPL_NAME} is not defined for the CMake project ${PROJECT_NAME}") |