Skip to content

Commit

Permalink
Switch over to use TRIBITS_PACKAGE_DEFINE_DEPENDENCIES() (#609)
Browse files Browse the repository at this point in the history
Much cleaner and more clear this way (IMHO).
  • Loading branch information
bartlettroscoe authored and lxmota committed Dec 8, 2016
1 parent 5c3ed02 commit 6f781b3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions packages/minitensor/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
SET(LIB_REQUIRED_DEP_PACKAGES TeuchosCore TeuchosParameterList TeuchosComm Sacado KokkosCore)
SET(LIB_OPTIONAL_DEP_PACKAGES)
SET(TEST_REQUIRED_DEP_PACKAGES Gtest)
SET(TEST_OPTIONAL_DEP_PACKAGES)
SET(LIB_REQUIRED_DEP_TPLS Boost)
SET(LIB_OPTIONAL_DEP_TPLS)
SET(TEST_REQUIRED_DEP_TPLS)
SET(TEST_OPTIONAL_DEP_TPLS)
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_PACKAGES TeuchosCore TeuchosParameterList TeuchosComm Sacado KokkosCore
TEST_REQUIRED_PACKAGES Gtest
LIB_REQUIRED_TPLS Boost
)

0 comments on commit 6f781b3

Please sign in to comment.