On macOS, trying to build with alembic enabled throws this error
CMake Error at tests/python/CMakeLists.txt:447 (find_package_wrapper): Unknown CMake command "find_package_wrapper".
This patch fixes the alembic detection for macOS in the unit tests.
Differential D2646
Alembic unit test failed to configure on macOS Authored by Romain FOYARD (romain_f) on Apr 22 2017, 5:33 PM. Tags None Subscribers None
Details
On macOS, trying to build with alembic enabled throws this error CMake Error at tests/python/CMakeLists.txt:447 (find_package_wrapper): Unknown CMake command "find_package_wrapper". This patch fixes the alembic detection for macOS in the unit tests.
Diff Detail
Event TimelineComment Actions Solved by rB20c9c1b44e13: OSX: satisfy macro to also apply alembic tests before I could review this.. |