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
Copy file name to clipboardExpand all lines: docs/maintainer/knowledge_base.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,14 @@ Some optional, but useful CMake options:
86
86
- `-DCMAKE_FIND_FRAMEWORK=NEVER`and `-DCMAKE_FIND_APPBUNDLE=NEVER` Prevent CMake from using system-wide macOS packages.
87
87
- `${CMAKE_ARGS}`Add variables defined by conda-forge internally. This is required to enable various conda-forge enhancements, like [CUDA builds](#cuda).
88
88
89
+
:::warning
90
+
91
+
As `${CMAKE_ARGS}` is a space separated list of options, quoting `${CMAKE_ARGS}`
92
+
(`"${CMAKE_ARGS}"`) in recipes can lead to build errors as quoting makes the shell
93
+
treat the contents of the variable as a single argument.
94
+
95
+
:::
96
+
89
97
Here are some basic commands for you to get started. These are dependent on your source
90
98
code layout and aren't intended to be used "as is".
0 commit comments