Skip to content

Commit

Permalink
Update gh-pages to output generated at dda8bd8
Browse files Browse the repository at this point in the history
  • Loading branch information
braxtons12 committed Mar 7, 2024
1 parent 8ca2842 commit c55cd0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sources/quick_start.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ other methods like :cmake:`add_subdirectory`\. Example for :cmake:`FetchContent`
# Declare the dependency on hyperion-utils and make it available for use
FetchContent_Declare(hyperion_mpl
GIT_REPOSITORY "https://github.com/braxtons12/hyperion_mpl"
GIT_TAG "v0.7.1")
GIT_TAG "v0.8.0")
FetchContent_MakeAvailable(hyperion_mpl)
# For this example, we create an executable target and link hyperion::mpl to it
Expand Down
2 changes: 1 addition & 1 deletion quick_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ <h2>CMake<a class="headerlink" href="#cmake" title="Link to this heading">#</a><
<span class="linenos"> 4</span><span class="c"># Declare the dependency on hyperion-utils and make it available for use</span>
<span class="linenos"> 5</span><span class="nb">FetchContent_Declare</span><span class="p">(</span><span class="s">hyperion_mpl</span>
<span class="linenos"> 6</span><span class="w"> </span><span class="s">GIT_REPOSITORY</span><span class="w"> </span><span class="s2">&quot;https://github.com/braxtons12/hyperion_mpl&quot;</span>
<span class="linenos"> 7</span><span class="w"> </span><span class="s">GIT_TAG</span><span class="w"> </span><span class="s2">&quot;v0.7.1&quot;</span><span class="p">)</span>
<span class="linenos"> 7</span><span class="w"> </span><span class="s">GIT_TAG</span><span class="w"> </span><span class="s2">&quot;v0.8.0&quot;</span><span class="p">)</span>
<span class="linenos"> 8</span><span class="nb">FetchContent_MakeAvailable</span><span class="p">(</span><span class="s">hyperion_mpl</span><span class="p">)</span>
<span class="linenos"> 9</span>
<span class="linenos">10</span><span class="c"># For this example, we create an executable target and link hyperion::mpl to it</span>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit c55cd0e

Please sign in to comment.