Ppixar-ossIncrease minimum cmake version to 3.27
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Increase minimum cmake version to 3.27 To use [CMP0144](https://cmake.org/cmake/help/latest/policy/CMP0144.html) to support `<PACKAGE>_ROOT` variables with all caps using `find_package` (see PRs like #4109), we need to adopt a newer version of `cmake`. Closes #4111 (Internal change: 2417175) | 2 个月前 | |
build: Install Python modules to standard site-packages directory By default the build now installs Python modules to the standard site-packages directory for the version of Python used to build OpenUSD. This directory varies depending on platform and version. Typical locations are: Linux/MacOS: - <inst>/lib/pythonX.Y/site-packages - <inst>/lib64/pythonX.Y/site-packages Windows: - <inst>/Lib/site-packages Users can override this by setting the PXR_PYTHON_INSTALL_DIR parameter to either an absolute path or a path relative to CMAKE_INSTALL_PREFIX when running CMake. This is also available when running build_usd.py via the --python-install-dir option. Setting this to "lib/python" will restore the previous install layout. Docs and tutorials were updated to reflect this change. Info about the install directory and PYTHONPATH setup were centralized in the "Python" section in BUILDING.md, with other docs updated to refer there. Fixes #30 (Internal change: 2414602) | 2 个月前 | |
[Build] Make examples and tutorials optional. | 7 年前 |