Skip to content

Commit

Permalink
modern tribits dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaned committed Sep 1, 2016
1 parent fe13329 commit 77518ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
13 changes: 5 additions & 8 deletions apf_sim/cmake/Dependencies.cmake
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
)
14 changes: 5 additions & 9 deletions gmi_sim/cmake/Dependencies.cmake
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
)

0 comments on commit 77518ce

Please sign in to comment.