You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><atarget="_blank" href="https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html">Specifies which configuration to use <iclass="fas fa-xs fa-external-link-alt"></i></a>.</li>
<atarget="_blank" href="https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html">specifies which configuration to use <iclass="fas fa-xs fa-external-link-alt"></i></a>.</p>
220
233
</li>
221
-
<li><p><code>CC=cc|gcc|clang|...</code></p>
222
-
<ul>
223
-
<li><atarget="_blank" href="https://cmake.org/cmake/help/latest/envvar/CC.html">Specifies which C compiler to use <iclass="fas fa-xs fa-external-link-alt"></i></a>.</li>
<atarget="_blank" href="https://cmake.org/cmake/help/latest/envvar/CC.html">specifies which C compiler to use <iclass="fas fa-xs fa-external-link-alt"></i></a>.</p>
225
236
</li>
226
-
<li><p><code>CXX=c++|g++|clang++|...</code></p>
227
-
<ul>
228
-
<li><atarget="_blank" href="https://cmake.org/cmake/help/latest/envvar/CXX.html">Specifies which C++ compiler to use <iclass="fas fa-xs fa-external-link-alt"></i></a>.</li>
<atarget="_blank" href="https://cmake.org/cmake/help/latest/envvar/CXX.html">Specifies which C++ compiler to use <iclass="fas fa-xs fa-external-link-alt"></i></a>.</p>
230
239
</li>
231
-
<li><p><code>CLEAN=0|1</code></p>
232
-
<ul>
233
-
<li>Specifies that the build directory should be recreated from scratch.</li>
234
-
</ul>
240
+
<li><p><aid="clean"></a><ahref="#clean"><code>CLEAN=0|1</code></a> specifies that the build directory
241
+
should be recreated from scratch.</p>
235
242
</li>
236
-
<li><p><code>COVERAGE=0|1</code></p>
237
-
<ul>
238
-
<li>Specifies that the build should be configured to generate coverage
239
-
information. Currently this option is only supported on GCC and Clang.</li>
240
-
</ul>
243
+
<li><p><aid="coverage"></a><ahref="#coverage"><code>COVERAGE=0|1</code></a> specifies that the build
244
+
should be configured to generate coverage information. Currently this option
<atarget="_blank" href="https://cmake.org/cmake/help/latest/envvar/CTEST_OUTPUT_ON_FAILURE.html">log output in case a test fails <iclass="fas fa-xs fa-external-link-alt"></i></a>.
329
334
Set <code>CTEST_OUTPUT_ON_FAILURE=0</code> explicitly to override the default.</p>
<p>By default <atarget="_blank" href="https://git-scm.com/">Git <iclass="fas fa-xs fa-external-link-alt"></i></a> commands are invoked with the <code>--quiet</code>
332
-
flag to reduce noise. Set <code>GIT_QUIET=0</code> to see git command output.</p>
0 commit comments