Ref T80818
Details
Details
- Reviewers
Brecht Van Lommel (brecht) - Maniphest Tasks
- T80818: Deps: potrace 1.16
- Commits
- rB08a3f01ddcd4: macOS: Added potrace in platform apple cmake
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- master
- Build Status
Buildable 10264 Build 10264: arc lint + arc unit
Event Timeline
| build_files/cmake/platform/platform_apple.cmake | ||
|---|---|---|
| 420 | platform_apple.cmake:29 macro(find_package_wrapper) # do nothing, just satisfy the macro endmacro() It should be find_package(POTRACE) AFAIK. Lower case would give argument mismatch warning like rBef2bde11d228: CMake: Fix spelling for OpenImageDenoise package | |
| build_files/cmake/platform/platform_apple.cmake | ||
|---|---|---|
| 420 | Aha, so "Potrace" from platform_unix.cmake would also have to change to capital letters? | |
| build_files/cmake/platform/platform_apple.cmake | ||
|---|---|---|
| 420 | It's not an abbreviation, so not sure why all caps were used. | |
| build_files/cmake/platform/platform_apple.cmake | ||
|---|---|---|
| 420 | Fixed in {f37c83a12bb2}. | |