Skip to content

Commit

Permalink
Add CHANGLOG.md entry for supporting pre-installed packages (TriBITSP…
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Feb 21, 2023
1 parent 68c83ef commit f8c1ea5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tribits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
ChangeLog for TriBITS
----------------------------------------

## 2023-02-21:

* Add support for pre-installed internal packages treated as external
packages. Now, any set of internally defined TriBITS packages for a TriBITS
project can be pre-built and pre-installed and the remaining packages in the
TriBITS project can be configured to point to those by setting `-D
TPL_ENABLE_<Package>=ON`. This allows great flexibility in how a TriBITS
project's packages can be and built, installed, and deployed. This
technically implements "Use Case 3: Configure/build pointing to a subset of
already installed TriBITS packages in same repo" in [TriBITS
#63](https://github.com/TriBITSPub/TriBITS/issues/63). See the section
"Building against pre-installed packages" in the updated build reference
documentation for details.

* **Fixed:** Setting `-D<Project>_ENABLE_<TplName>=ON` for an external
package/TPL `<TplName>` will not correctly enable and process the TPL.

## 2022-12-07:

* **Changed:** Setting `-D<Project>_ENABLE_<TplName>=ON` now triggers the
Expand Down

0 comments on commit f8c1ea5

Please sign in to comment.