-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TribitsExampleProject2: Remove hacked dependencies on indirect TPLs (#63
, #299) This shows that the new TPL dependencies actually work to bring in indirect TPL dependencies and create the proper link lines. If you comment out the `set(<tplName>_LIB_ENABLED_DEPENDENCIES ...)` statements in `TribitsExampleProject2/TPLsList.cmake`, you will see failing tests.
- Loading branch information
1 parent
4233071
commit 9a2adfd
Showing
3 changed files
with
0 additions
and
11 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
1 change: 0 additions & 1 deletion
1
tribits/examples/TribitsExampleProject2/packages/package2/cmake/Dependencies.cmake
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,5 +1,4 @@ | ||
tribits_package_define_dependencies( | ||
LIB_REQUIRED_PACKAGES Package1 | ||
LIB_OPTIONAL_TPLS Tpl3 | ||
Tpl2 Tpl1 # ToDo: Remove this line once TPL dependencies are implemented! (#299) | ||
) |
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