Skip to content

Commit c5e20ef

Browse files
1 parent 4ad58e9 commit c5e20ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

from_source.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,11 @@ <h2 id="drake-specific-cmake-options">Drake-specific CMake Options</h2>
348348
</li>
349349
<li><code class="language-plaintext highlighter-rouge">WITH_USER_GLIB</code> (default <code class="language-plaintext highlighter-rouge">ON</code>). When <code class="language-plaintext highlighter-rouge">ON</code>, uses <code class="language-plaintext highlighter-rouge">pkg_search_module(GLib
350350
glib-2.0)</code> to locate a user-provided GLib library instead of building from
351-
source.</li>
351+
source.
352+
<ul>
353+
<li>This option is only available if pkg-config is at least version 1.0.</li>
354+
</ul>
355+
</li>
352356
<li><code class="language-plaintext highlighter-rouge">WITH_USER_ZLIB</code> (default <code class="language-plaintext highlighter-rouge">ON</code>). When <code class="language-plaintext highlighter-rouge">ON</code>, uses <code class="language-plaintext highlighter-rouge">find_package(ZLIB)</code> to
353357
locate a user-provided <code class="language-plaintext highlighter-rouge">ZLIB::ZLIB</code> library instead of building from source.
354358
<ul>

0 commit comments

Comments
 (0)