Skip to content

Commit fb54478

Browse files
committed
Adding in comments about bootstrapping cmake and ninja.
1 parent ff8fe38 commit fb54478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ outputs:
213213
{% endif %}
214214
requires:
215215
- ripgrep
216-
- cmake-no-system
216+
- cmake-no-system # changed from cmake to support OpenSSL 3 bootstrap build
217217
- make # [unix]
218-
- ninja-base
218+
- ninja-base # changed from ninja to support OpenSSL 3 bootstrap build
219219
- {{ compiler('c') }}
220220
# Tried to use enable_language(C) to avoid needing this. It does not work.
221221
- {{ compiler('cxx') }}

0 commit comments

Comments
 (0)