Skip to content

Commit

Permalink
aminya published a site update
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 5, 2024
1 parent 9bf2bc4 commit 4845483
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
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.
8 changes: 4 additions & 4 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.36.4")
set(PROJECT_OPTIONS_VERSION "v0.36.6")
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 "10e052511428d6b0c7fcc63a139e8024bb146032"
VCPKG_REV "86a181505ac6460f98496a79abdee6a0f49905ec"
)
# Install conan dependencies: - should be called before defining project()
run_conan()
Expand All @@ -54,7 +54,7 @@ if(FEATURE_TESTS)
set(ENABLE_COVERAGE "ENABLE_COVERAGE")

set(ENABLE_SANITIZER_ADDRESS "ENABLE_SANITIZER_ADDRESS")
set(ENABLE_SANITIZER_UNDEFINED_BEHAVIOR "ENABLE_SANITIZER_UNDEFINED_BEHAVIOR")
set(ENABLE_SANITIZER_UNDEFINED "ENABLE_SANITIZER_UNDEFINED")
endif()

# Enable doxgen for the docs
Expand All @@ -76,7 +76,7 @@ project_options(
${ENABLE_DOXYGEN}
${ENABLE_COVERAGE}
${ENABLE_SANITIZER_ADDRESS}
${ENABLE_SANITIZER_UNDEFINED_BEHAVIOR}
${ENABLE_SANITIZER_UNDEFINED}
# ${ENABLE_SANITIZER_THREAD}
# ${ENABLE_SANITIZER_MEMORY}
# ENABLE_SANITIZER_POINTER_COMPARE
Expand Down
8 changes: 4 additions & 4 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,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.36.4&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.36.6&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 @@ -171,7 +171,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;10e052511428d6b0c7fcc63a139e8024bb146032&quot;</span>
<span class="w"> </span><span class="no">VCPKG_REV</span><span class="w"> </span><span class="s">&quot;86a181505ac6460f98496a79abdee6a0f49905ec&quot;</span>
<span class="nf">)</span>
<span class="c"># Install conan dependencies: - should be called before defining project()</span>
<span class="nf">run_conan()</span>
Expand All @@ -195,7 +195,7 @@ <h4><code class="docutils literal notranslate"><span class="pre">project</span><
<span class="w"> </span><span class="nf">set(</span><span class="no">ENABLE_COVERAGE</span><span class="w"> </span><span class="s">&quot;ENABLE_COVERAGE&quot;</span><span class="nf">)</span>

<span class="w"> </span><span class="nf">set(</span><span class="no">ENABLE_SANITIZER_ADDRESS</span><span class="w"> </span><span class="s">&quot;ENABLE_SANITIZER_ADDRESS&quot;</span><span class="nf">)</span>
<span class="w"> </span><span class="nf">set(</span><span class="no">ENABLE_SANITIZER_UNDEFINED_BEHAVIOR</span><span class="w"> </span><span class="s">&quot;ENABLE_SANITIZER_UNDEFINED_BEHAVIOR&quot;</span><span class="nf">)</span>
<span class="w"> </span><span class="nf">set(</span><span class="no">ENABLE_SANITIZER_UNDEFINED</span><span class="w"> </span><span class="s">&quot;ENABLE_SANITIZER_UNDEFINED&quot;</span><span class="nf">)</span>
<span class="nf">endif()</span>

<span class="c"># Enable doxgen for the docs</span>
Expand All @@ -217,7 +217,7 @@ <h4><code class="docutils literal notranslate"><span class="pre">project</span><
<span class="w"> </span><span class="o">${</span><span class="nt">ENABLE_DOXYGEN</span><span class="o">}</span>
<span class="w"> </span><span class="o">${</span><span class="nt">ENABLE_COVERAGE</span><span class="o">}</span>
<span class="w"> </span><span class="o">${</span><span class="nt">ENABLE_SANITIZER_ADDRESS</span><span class="o">}</span>
<span class="w"> </span><span class="o">${</span><span class="nt">ENABLE_SANITIZER_UNDEFINED_BEHAVIOR</span><span class="o">}</span>
<span class="w"> </span><span class="o">${</span><span class="nt">ENABLE_SANITIZER_UNDEFINED</span><span class="o">}</span>
<span class="w"> </span><span class="c"># ${ENABLE_SANITIZER_THREAD}</span>
<span class="w"> </span><span class="c"># ${ENABLE_SANITIZER_MEMORY}</span>
<span class="w"> </span><span class="c"># ENABLE_SANITIZER_POINTER_COMPARE</span>
Expand Down
Loading

0 comments on commit 4845483

Please sign in to comment.