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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,8 @@ where:
141
141
| -DUSD_FILEFORMATS_FETCH_FASTFLOAT | Forces FetchContent for FastFLoat | ON | usdobj |
142
142
| -DUSD_FILEFORMATS_ENABLE_ASM | Generate a ASM based material network on layerwrite | OFF |
143
143
144
+
Note that `Dpxr_ROOT` is *not* an optional parameter - a reference to the OpenUSD installation path **has** to be passed.
145
+
144
146
ZLIB, Draco and OpenImageIO packages are hinted to search into the USD installation by default. Override this by setting their ROOT or their FETCH variables (no fetch for OIIO).
145
147
146
148
The previous commands will place intermediate files into the folder `build` and install binaries into the folder `bin`.
@@ -257,4 +259,4 @@ To generate the documentation go to the project root folder and enter:
257
259
```
258
260
doxygen
259
261
```
260
-
The resulting documentation will be placed at the `docs` folder.
262
+
The resulting documentation will be placed at the `docs` folder.
0 commit comments