Blender Git Commit Log

Git Commits -> Revision c68338e

Revision c68338e by Ankit Meel (master)
October 10, 2020, 14:01 (GMT)
CMake/macOS/OpenMP: copy the library near tests.

For multi-config generators, tests are in `bin/tests/<config>` folder.
and OpenMP cannot be found at `@executable_path/../Resources/lib`.
So create that folder and put the library there to be used by tests.

It is not ideal to copy the library around. When minimum CMake version
is changed to 3.12, FindOpenMP by CMake can be used for this whole
block of code. Then a nice rpath based solution can be used.

Commit Details:

Full Hash: c68338ee89fbd9e84aea56b1815facdb4bf645e8
Parent Commit: 4427a67
Lines Changed: +8, -0

1 Modified Path:

/build_files/cmake/platform/platform_apple.cmake (+8, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021