|
815 | 815 | </li> |
816 | 816 |
|
817 | 817 | <li class="md-nav__item"> |
818 | | - <a href="#imported-target-depends-on-an-out-of-tree-file" class="md-nav__link"> |
| 818 | + <a href="#imported-target-depends-on-hardcoded-path" class="md-nav__link"> |
819 | 819 | <span class="md-ellipsis"> |
820 | | - "Imported target ... depends on an out-of-tree file" |
| 820 | + "Imported target ... depends on hardcoded path" |
821 | 821 | </span> |
822 | 822 | </a> |
823 | 823 |
|
|
1484 | 1484 | </li> |
1485 | 1485 |
|
1486 | 1486 | <li class="md-nav__item"> |
1487 | | - <a href="#imported-target-depends-on-an-out-of-tree-file" class="md-nav__link"> |
| 1487 | + <a href="#imported-target-depends-on-hardcoded-path" class="md-nav__link"> |
1488 | 1488 | <span class="md-ellipsis"> |
1489 | | - "Imported target ... depends on an out-of-tree file" |
| 1489 | + "Imported target ... depends on hardcoded path" |
1490 | 1490 | </span> |
1491 | 1491 | </a> |
1492 | 1492 |
|
@@ -2018,7 +2018,7 @@ <h2 id="CI_CACHING">CI caching<a class="headerlink" href="#CI_CACHING" title="Pe |
2018 | 2018 | </span><span id="__span-3-2"><a id="__codelineno-3-2" name="__codelineno-3-2"></a> id: cache-aui-boot |
2019 | 2019 | </span><span id="__span-3-3"><a id="__codelineno-3-3" name="__codelineno-3-3"></a> uses: actions/cache@v3 |
2020 | 2020 | </span><span id="__span-3-4"><a id="__codelineno-3-4" name="__codelineno-3-4"></a> env: |
2021 | | -</span><span id="__span-3-5"><a id="__codelineno-3-5" name="__codelineno-3-5"></a> cache-name: aui-boot-${{ matrix.shared_or_static }}-${{ matrix.debug_or_release }}-${{ matrix.arch }} |
| 2021 | +</span><span id="__span-3-5"><a id="__codelineno-3-5" name="__codelineno-3-5"></a> cache-name: aui-boot-${{ matrix.shared_or_static }}-${{ matrix.build_type }}-${{ matrix.arch }} |
2022 | 2022 | </span><span id="__span-3-6"><a id="__codelineno-3-6" name="__codelineno-3-6"></a> with: |
2023 | 2023 | </span><span id="__span-3-7"><a id="__codelineno-3-7" name="__codelineno-3-7"></a> path: | |
2024 | 2024 | </span><span id="__span-3-8"><a id="__codelineno-3-8" name="__codelineno-3-8"></a> ~/.aui |
@@ -2134,7 +2134,7 @@ <h3 id="looks-like-a-config-file-does-not-exist-for-your-project">"looks like a |
2134 | 2134 | <h3 id="did-you-mean-package_name">"did you mean PACKAGE_NAME?"<a class="headerlink" href="#did-you-mean-package_name" title="Permanent link">#</a></h3> |
2135 | 2135 | <p>You have mispelled the package name (the first argument to <code>auib_import</code>). Please change the first argument to |
2136 | 2136 | <code>auib_import</code> to <code>PACKAGE_NAME</code>.</p> |
2137 | | -<h3 id="imported-target-depends-on-an-out-of-tree-file">"Imported target ... depends on an out-of-tree file"<a class="headerlink" href="#imported-target-depends-on-an-out-of-tree-file" title="Permanent link">#</a></h3> |
| 2137 | +<h3 id="imported-target-depends-on-hardcoded-path">"Imported target ... depends on hardcoded path"<a class="headerlink" href="#imported-target-depends-on-hardcoded-path" title="Permanent link">#</a></h3> |
2138 | 2138 | <p>The library's maintainer have misused CMake. Follow one of possible options provided by AUI.Boot or fix the |
2139 | 2139 | library by forking it. You can consult with |
2140 | 2140 | <a href="https://github.com/conan-io/conan-center-index/tree/master/recipes/">Conan Recipes</a> or |
@@ -2443,13 +2443,13 @@ <h2 id="AUIB_PRODUCING_PACKAGES">Producing packages with dependencies managed by |
2443 | 2443 | <span class="normal"><a href="#__codelineno-27-8">8</a></span> |
2444 | 2444 | <span class="normal"><a href="#__codelineno-27-9">9</a></span></pre></div></td><td class="code"><div><pre><span></span><code><span id="__span-27-1"><a id="__codelineno-27-1" name="__codelineno-27-1"></a>- name: Pack |
2445 | 2445 | </span><span id="__span-27-2"><a id="__codelineno-27-2" name="__codelineno-27-2"></a> working-directory: ${{github.workspace}}/build |
2446 | | -</span><span id="__span-27-3"><a id="__codelineno-27-3" name="__codelineno-27-3"></a> run: cpack . -C ${{ matrix.debug_or_release }} |
| 2446 | +</span><span id="__span-27-3"><a id="__codelineno-27-3" name="__codelineno-27-3"></a> run: cpack . -C ${{ matrix.build_type }} |
2447 | 2447 | </span><span id="__span-27-4"><a id="__codelineno-27-4" name="__codelineno-27-4"></a> |
2448 | 2448 | </span><span id="__span-27-5"><a id="__codelineno-27-5" name="__codelineno-27-5"></a>- name: Upload |
2449 | 2449 | </span><span id="__span-27-6"><a id="__codelineno-27-6" name="__codelineno-27-6"></a> uses: actions/upload-artifact@v4 |
2450 | 2450 | </span><span id="__span-27-7"><a id="__codelineno-27-7" name="__codelineno-27-7"></a> with: |
2451 | 2451 | </span><span id="__span-27-8"><a id="__codelineno-27-8" name="__codelineno-27-8"></a> path: ${{github.workspace}}/build/*.tar.gz |
2452 | | -</span><span id="__span-27-9"><a id="__codelineno-27-9" name="__codelineno-27-9"></a> name: aui ${{ runner.os }} ${{ matrix.shared_or_static }} ${{ matrix.debug_or_release }} ${{ matrix.arch }} ${{ matrix.compiler }} |
| 2452 | +</span><span id="__span-27-9"><a id="__codelineno-27-9" name="__codelineno-27-9"></a> name: aui ${{ runner.os }} ${{ matrix.shared_or_static }} ${{ matrix.build_type }} ${{ matrix.arch }} ${{ matrix.compiler }} |
2453 | 2453 | </span></code></pre></div></td></tr></table></div> |
2454 | 2454 | <h2 id="importing-aui-without-aui-boot">Importing AUI without AUI Boot<a class="headerlink" href="#importing-aui-without-aui-boot" title="Permanent link">#</a></h2> |
2455 | 2455 | <p>In some cases, AUI Boot might not cover your particular needs, and you would like to build without it. It is still not |
|
0 commit comments