-
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.
Change to pass info through <Package>Config.cmake files (#63)
This changes to pass info through the <Package>Config.cmake files between installed SimpleCxx and the downstream package. This also changes to process TPLs at the base project level instead of in a function() scope so that non-cache var info can propogate forward. This technically breaks backward compatibility but this is more simalar to how a raw CMake project would call find_package() to get external packages. This changed the function tribits_process_enabled_tpl() to a macro so that local vars are at base project scope. Also, the macro tribits_process_enabled_tpl() was refactored into smaller macros and function to make it easier to follow and understand.
- Loading branch information
1 parent
0d8cc97
commit 98ad21e
Showing
7 changed files
with
138 additions
and
128 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
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
49 changes: 0 additions & 49 deletions
49
tribits/examples/TribitsExampleProject/cmake/ExpectedDepsStrings.cmake
This file was deleted.
Oops, something went wrong.
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
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