mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-26 17:48:35 -07:00
* Fix OCCT and OpenCV patching during build The inclusion of the `--directory` flag here isn't necessary because of how `PATCH_COMMAND` applies patches. In fact this causes issues when trying to build from an archive, `--directory` seems to imply `--index` and thus this patch only succeeds if you're inside an initialized git repo. If you simply use the archive without a git repo the build fails at the patch step. * Alter patch command based on git repo status `git apply` has different behavior when inside a git repo vs not. If we're in a git repo we need to fully quality the path for these patches, otherwise we can omit the directory flag. --------- Co-authored-by: Joe Palazzolo <joe@joepalazzolo.net> |
||
|---|---|---|
| .. | ||
| Blosc | ||
| Boost | ||
| Cereal | ||
| CGAL | ||
| CURL | ||
| EXPAT | ||
| FREETYPE | ||
| GLEW | ||
| GLFW | ||
| GMP | ||
| JPEG | ||
| libnoise | ||
| MPFR | ||
| NanoSVG | ||
| NLopt | ||
| OCCT | ||
| OpenCSG | ||
| OpenCV | ||
| OpenEXR | ||
| OpenSSL | ||
| OpenVDB | ||
| PNG | ||
| Qhull | ||
| TBB | ||
| TIFF | ||
| WebView2 | ||
| wxWidgets | ||
| ZLIB | ||
| CMakeLists.txt | ||
| deps-linux.cmake | ||
| deps-macos.cmake | ||
| deps-mingw.cmake | ||
| deps-unix-common.cmake | ||
| deps-windows.cmake | ||