-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
SET(LIB_REQUIRED_DEP_PACKAGES SCORECapf SCORECgmi_sim) | ||
SET(LIB_OPTIONAL_DEP_PACKAGES) | ||
SET(TEST_REQUIRED_DEP_PACKAGES SCORECapf SCORECgmi_sim) | ||
SET(TEST_OPTIONAL_DEP_PACKAGES) | ||
SET(LIB_REQUIRED_DEP_TPLS SimMesh) | ||
SET(LIB_OPTIONAL_DEP_TPLS SimField) | ||
SET(TEST_REQUIRED_DEP_TPLS SimMesh) | ||
SET(TEST_OPTIONAL_DEP_TPLS SimField) | ||
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES( | ||
LIB_REQUIRED_PACKAGES SCORECapf SCORECgmi_sim | ||
LIB_REQUIRED_TPLS SimMesh | ||
LIB_OPTIONAL_TPLS SimField | ||
) |
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 |
---|---|---|
@@ -1,9 +1,5 @@ | ||
SET(LIB_REQUIRED_DEP_PACKAGES SCORECgmi SCORECpcu) | ||
SET(LIB_OPTIONAL_DEP_PACKAGES) | ||
SET(TEST_REQUIRED_DEP_PACKAGES SCORECgmi SCORECpcu) | ||
SET(TEST_OPTIONAL_DEP_PACKAGES) | ||
SET(LIB_REQUIRED_DEP_TPLS SimModel) | ||
SET(LIB_OPTIONAL_DEP_TPLS SimParasolid SimAcis) | ||
SET(TEST_REQUIRED_DEP_TPLS SimModel) | ||
SET(TEST_OPTIONAL_DEP_TPLS SimParasolid SimAcis) | ||
|
||
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES( | ||
LIB_REQUIRED_PACKAGES SCORECgmi SCORECpcu | ||
LIB_REQUIRED_TPLS SimModel | ||
LIB_OPTIONAL_TPLS SimParasolid SimAcis | ||
) |