Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 14, 2023
1 parent 985873f commit 9cee80f
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 24 deletions.
16 changes: 8 additions & 8 deletions .ninja_log
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ninja log v5
0 66 0 CMakeFiles/doxygen-docs-Release d424df6668dbb05d
0 1211 0 doc_format_html 4568e72c7140dbb9
0 1211 0 /home/aminya/GitHub/Cpp/project_options/docs/build/doc_format_html 4568e72c7140dbb9
0 66 0 /home/aminya/GitHub/Cpp/project_options/docs/build/CMakeFiles/doxygen-docs-Release d424df6668dbb05d
0 73 0 CMakeFiles/doxygen-docs-Release d424df6668dbb05d
0 73 0 /home/aminya/GitHub/Cpp/project_options/docs/build/CMakeFiles/doxygen-docs-Release d424df6668dbb05d
1 1204 0 doc_format_html 4568e72c7140dbb9
1 1204 0 /home/aminya/GitHub/Cpp/project_options/docs/build/doc_format_html 4568e72c7140dbb9
1 63 0 CMakeFiles/doxygen-docs-Release d424df6668dbb05d
1 1191 0 doc_format_html 4568e72c7140dbb9
1 1191 0 /home/aminya/GitHub/Cpp/project_options/docs/build/doc_format_html 4568e72c7140dbb9
1 63 0 /home/aminya/GitHub/Cpp/project_options/docs/build/CMakeFiles/doxygen-docs-Release d424df6668dbb05d
1 154 0 CMakeFiles/doxygen-docs-Release d424df6668dbb05d
1 154 0 /home/aminya/GitHub/Cpp/project_options/docs/build/CMakeFiles/doxygen-docs-Release d424df6668dbb05d
1 3173 0 doc_format_html 4568e72c7140dbb9
1 3173 0 /home/aminya/GitHub/Cpp/project_options/docs/build/doc_format_html 4568e72c7140dbb9
2 changes: 1 addition & 1 deletion CMakeCache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
//Details about finding Doxygen
FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[/usr/bin/doxygen][cfound components: doxygen dot ][v1.9.1()]
//Details about finding Python
FIND_PACKAGE_MESSAGE_DETAILS_Python:INTERNAL=[/usr/bin/python3.10][cfound components: Interpreter ][v3.10.6()]
FIND_PACKAGE_MESSAGE_DETAILS_Python:INTERNAL=[/usr/bin/python3.10][cfound components: Interpreter ][v3.10.12()]
//Details about finding Sphinx
FIND_PACKAGE_MESSAGE_DETAILS_Sphinx:INTERNAL=[/home/aminya/.local/bin/sphinx-build][v()]
//ADVANCED property for variable: SPHINX_EXECUTABLE
Expand Down
Binary file modified doctrees/environment.pickle
Binary file not shown.
Binary file modified doctrees/index.doctree
Binary file not shown.
Binary file modified doctrees/src/index.doctree
Binary file not shown.
Binary file modified doctrees/src/project_options_example.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions html/_sources/src/project_options_example.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ endif()

# Add project_options from https://github.com/aminya/project_options
# Change the version in the following URL to update the package (watch the releases of the repository for future updates)
set(PROJECT_OPTIONS_VERSION "v0.31.0")
set(PROJECT_OPTIONS_VERSION "v0.32.0")
FetchContent_Declare(
_project_options
URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)
Expand All @@ -30,7 +30,7 @@ include(${_project_options_SOURCE_DIR}/Index.cmake)
# install vcpkg dependencies: - should be called before defining project()
run_vcpkg(
VCPKG_URL "https://github.com/microsoft/vcpkg.git"
VCPKG_REV "9a5e44fcc1d6d734f46e385245438afaa7e53e28"
VCPKG_REV "0fa8459cf3a7caca7adc58f992bc32ff13630684"
ENABLE_VCPKG_UPDATE
)

Expand Down
4 changes: 2 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h4><code class="docutils literal notranslate"><span class="pre">project</span><

<span class="c"># Add project_options from https://github.com/aminya/project_options</span>
<span class="c"># Change the version in the following URL to update the package (watch the releases of the repository for future updates)</span>
<span class="nf">set(</span><span class="no">PROJECT_OPTIONS_VERSION</span><span class="w"> </span><span class="s">&quot;v0.31.0&quot;</span><span class="nf">)</span>
<span class="nf">set(</span><span class="no">PROJECT_OPTIONS_VERSION</span><span class="w"> </span><span class="s">&quot;v0.32.0&quot;</span><span class="nf">)</span>
<span class="nf">FetchContent_Declare(</span>
<span class="w"> </span><span class="nb">_project_options</span>
<span class="w"> </span><span class="no">URL</span><span class="w"> </span><span class="na">https://github.com/aminya/project_options/archive/refs/tags/</span><span class="o">${</span><span class="nt">PROJECT_OPTIONS_VERSION</span><span class="o">}</span><span class="p">.</span><span class="nb">zip</span><span class="nf">)</span>
Expand All @@ -167,7 +167,7 @@ <h4><code class="docutils literal notranslate"><span class="pre">project</span><
<span class="c"># install vcpkg dependencies: - should be called before defining project()</span>
<span class="nf">run_vcpkg(</span>
<span class="w"> </span><span class="no">VCPKG_URL</span><span class="w"> </span><span class="s">&quot;https://github.com/microsoft/vcpkg.git&quot;</span>
<span class="w"> </span><span class="no">VCPKG_REV</span><span class="w"> </span><span class="s">&quot;9a5e44fcc1d6d734f46e385245438afaa7e53e28&quot;</span>
<span class="w"> </span><span class="no">VCPKG_REV</span><span class="w"> </span><span class="s">&quot;0fa8459cf3a7caca7adc58f992bc32ff13630684&quot;</span>
<span class="w"> </span><span class="no">ENABLE_VCPKG_UPDATE</span>
<span class="nf">)</span>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2><a class="anchor" id="autotoc_md2"></a>
<div class="line"> </div>
<div class="line"># Add project_options from https://github.com/aminya/project_options</div>
<div class="line"># Change the version in the following URL to update the package (watch the releases of the repository for future updates)</div>
<div class="line">set(PROJECT_OPTIONS_VERSION &quot;v0.31.0&quot;)</div>
<div class="line">set(PROJECT_OPTIONS_VERSION &quot;v0.32.0&quot;)</div>
<div class="line">FetchContent_Declare(</div>
<div class="line"> _project_options</div>
<div class="line"> URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)</div>
Expand All @@ -116,7 +116,7 @@ <h2><a class="anchor" id="autotoc_md2"></a>
<div class="line"># install vcpkg dependencies: - should be called before defining project()</div>
<div class="line">run_vcpkg(</div>
<div class="line"> VCPKG_URL &quot;https://github.com/microsoft/vcpkg.git&quot;</div>
<div class="line"> VCPKG_REV &quot;9a5e44fcc1d6d734f46e385245438afaa7e53e28&quot;</div>
<div class="line"> VCPKG_REV &quot;0fa8459cf3a7caca7adc58f992bc32ff13630684&quot;</div>
<div class="line"> ENABLE_VCPKG_UPDATE</div>
<div class="line">)</div>
<div class="line"> </div>
Expand Down
4 changes: 2 additions & 2 deletions html/md_src_project_options_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2><a class="anchor" id="autotoc_md2"></a>
<div class="line"> </div>
<div class="line"># Add project_options from https://github.com/aminya/project_options</div>
<div class="line"># Change the version in the following URL to update the package (watch the releases of the repository for future updates)</div>
<div class="line">set(PROJECT_OPTIONS_VERSION &quot;v0.31.0&quot;)</div>
<div class="line">set(PROJECT_OPTIONS_VERSION &quot;v0.32.0&quot;)</div>
<div class="line">FetchContent_Declare(</div>
<div class="line"> _project_options</div>
<div class="line"> URL https://github.com/aminya/project_options/archive/refs/tags/${PROJECT_OPTIONS_VERSION}.zip)</div>
Expand All @@ -116,7 +116,7 @@ <h2><a class="anchor" id="autotoc_md2"></a>
<div class="line"># install vcpkg dependencies: - should be called before defining project()</div>
<div class="line">run_vcpkg(</div>
<div class="line"> VCPKG_URL &quot;https://github.com/microsoft/vcpkg.git&quot;</div>
<div class="line"> VCPKG_REV &quot;9a5e44fcc1d6d734f46e385245438afaa7e53e28&quot;</div>
<div class="line"> VCPKG_REV &quot;0fa8459cf3a7caca7adc58f992bc32ff13630684&quot;</div>
<div class="line"> ENABLE_VCPKG_UPDATE</div>
<div class="line">)</div>
<div class="line"> </div>
Expand Down
2 changes: 1 addition & 1 deletion html/searchindex.js

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions html/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2><code class="docutils literal notranslate"><span class="pre">project</span><

<span class="c"># Add project_options from https://github.com/aminya/project_options</span>
<span class="c"># Change the version in the following URL to update the package (watch the releases of the repository for future updates)</span>
<span class="nf">set(</span><span class="no">PROJECT_OPTIONS_VERSION</span><span class="w"> </span><span class="s">&quot;v0.31.0&quot;</span><span class="nf">)</span>
<span class="nf">set(</span><span class="no">PROJECT_OPTIONS_VERSION</span><span class="w"> </span><span class="s">&quot;v0.32.0&quot;</span><span class="nf">)</span>
<span class="nf">FetchContent_Declare(</span>
<span class="w"> </span><span class="nb">_project_options</span>
<span class="w"> </span><span class="no">URL</span><span class="w"> </span><span class="na">https://github.com/aminya/project_options/archive/refs/tags/</span><span class="o">${</span><span class="nt">PROJECT_OPTIONS_VERSION</span><span class="o">}</span><span class="p">.</span><span class="nb">zip</span><span class="nf">)</span>
Expand All @@ -132,7 +132,7 @@ <h2><code class="docutils literal notranslate"><span class="pre">project</span><
<span class="c"># install vcpkg dependencies: - should be called before defining project()</span>
<span class="nf">run_vcpkg(</span>
<span class="w"> </span><span class="no">VCPKG_URL</span><span class="w"> </span><span class="s">&quot;https://github.com/microsoft/vcpkg.git&quot;</span>
<span class="w"> </span><span class="no">VCPKG_REV</span><span class="w"> </span><span class="s">&quot;9a5e44fcc1d6d734f46e385245438afaa7e53e28&quot;</span>
<span class="w"> </span><span class="no">VCPKG_REV</span><span class="w"> </span><span class="s">&quot;0fa8459cf3a7caca7adc58f992bc32ff13630684&quot;</span>
<span class="w"> </span><span class="no">ENABLE_VCPKG_UPDATE</span>
<span class="nf">)</span>

Expand Down Expand Up @@ -378,7 +378,7 @@ <h1><code class="docutils literal notranslate"><span class="pre">run_vcpkg</span
<p>Or by specifying the options</p>
<div class="highlight-cmake notranslate"><div class="highlight"><pre><span></span><span class="nf">run_vcpkg(</span>
<span class="w"> </span><span class="no">VCPKG_URL</span><span class="w"> </span><span class="s">&quot;https://github.com/microsoft/vcpkg.git&quot;</span>
<span class="w"> </span><span class="no">VCPKG_REV</span><span class="w"> </span><span class="s">&quot;9a5e44fcc1d6d734f46e385245438afaa7e53e28&quot;</span>
<span class="w"> </span><span class="no">VCPKG_REV</span><span class="w"> </span><span class="s">&quot;0fa8459cf3a7caca7adc58f992bc32ff13630684&quot;</span>
<span class="w"> </span><span class="no">ENABLE_VCPKG_UPDATE</span>
<span class="nf">)</span>
</pre></div>
Expand Down Expand Up @@ -408,6 +408,11 @@ <h1><code class="docutils literal notranslate"><span class="pre">run_vcpkg</span
the builds will become reproducible because that exact commit is
always used for the builds. To make sure that this commit sha is
pulled, enable <code class="docutils literal notranslate"><span class="pre">ENABLE_VCPKG_UPDATE</span></code></p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">VCPKG_UPDATE_THRESHOLD</span></code>: (Defaults to 300 seconds). This option
allows setting the time threshold in seconds for updating the vcpkg
registry. If <code class="docutils literal notranslate"><span class="pre">ENABLE_VCPKG_UPDATE</span></code> is enabled, the vcpkg registry
will be updated if the last update was more than
<code class="docutils literal notranslate"><span class="pre">VCPKG_UPDATE_THRESHOLD</span></code> seconds ago.</p></li>
</ul>
</section>
<section id="package-project">
Expand Down Expand Up @@ -594,7 +599,7 @@ <h1><code class="docutils literal notranslate"><span class="pre">dynamic_project

<span class="c"># Add project_options from https://github.com/aminya/project_options</span>
<span class="c"># Change the version in the following URL to update the package (watch the releases of the repository for future updates)</span>
<span class="nf">set(</span><span class="no">PROJECT_OPTIONS_VERSION</span><span class="w"> </span><span class="s">&quot;v0.31.0&quot;</span><span class="nf">)</span>
<span class="nf">set(</span><span class="no">PROJECT_OPTIONS_VERSION</span><span class="w"> </span><span class="s">&quot;v0.32.0&quot;</span><span class="nf">)</span>
<span class="nf">FetchContent_Declare(</span>
<span class="w"> </span><span class="nb">_project_options</span>
<span class="w"> </span><span class="no">URL</span><span class="w"> </span><span class="na">https://github.com/aminya/project_options/archive/refs/tags/</span><span class="o">${</span><span class="nt">PROJECT_OPTIONS_VERSION</span><span class="o">}</span><span class="p">.</span><span class="nb">zip</span><span class="nf">)</span>
Expand Down
4 changes: 2 additions & 2 deletions html/src/project_options_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2><code class="docutils literal notranslate"><span class="pre">project</span><

<span class="c"># Add project_options from https://github.com/aminya/project_options</span>
<span class="c"># Change the version in the following URL to update the package (watch the releases of the repository for future updates)</span>
<span class="nf">set(</span><span class="no">PROJECT_OPTIONS_VERSION</span><span class="w"> </span><span class="s">&quot;v0.31.0&quot;</span><span class="nf">)</span>
<span class="nf">set(</span><span class="no">PROJECT_OPTIONS_VERSION</span><span class="w"> </span><span class="s">&quot;v0.32.0&quot;</span><span class="nf">)</span>
<span class="nf">FetchContent_Declare(</span>
<span class="w"> </span><span class="nb">_project_options</span>
<span class="w"> </span><span class="no">URL</span><span class="w"> </span><span class="na">https://github.com/aminya/project_options/archive/refs/tags/</span><span class="o">${</span><span class="nt">PROJECT_OPTIONS_VERSION</span><span class="o">}</span><span class="p">.</span><span class="nb">zip</span><span class="nf">)</span>
Expand All @@ -125,7 +125,7 @@ <h2><code class="docutils literal notranslate"><span class="pre">project</span><
<span class="c"># install vcpkg dependencies: - should be called before defining project()</span>
<span class="nf">run_vcpkg(</span>
<span class="w"> </span><span class="no">VCPKG_URL</span><span class="w"> </span><span class="s">&quot;https://github.com/microsoft/vcpkg.git&quot;</span>
<span class="w"> </span><span class="no">VCPKG_REV</span><span class="w"> </span><span class="s">&quot;9a5e44fcc1d6d734f46e385245438afaa7e53e28&quot;</span>
<span class="w"> </span><span class="no">VCPKG_REV</span><span class="w"> </span><span class="s">&quot;0fa8459cf3a7caca7adc58f992bc32ff13630684&quot;</span>
<span class="w"> </span><span class="no">ENABLE_VCPKG_UPDATE</span>
<span class="nf">)</span>

Expand Down

0 comments on commit 9cee80f

Please sign in to comment.