Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Meel <ankitjmeel@gmail.com>2021-03-23 09:41:46 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2021-03-23 09:41:46 +0300
commit2600b27d2647acfc9ddc19084b10db673b46a95a (patch)
tree6e75784e6ad6b0a12953a337c666c465cb8cb30b /build_files/cmake/platform
parent08151b52a24be07ee2c5b5956babb10f47674200 (diff)
Cleanup/CMake: Fix comment, sort order of options.
Diffstat (limited to 'build_files/cmake/platform')
-rw-r--r--build_files/cmake/platform/platform_apple.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/platform/platform_apple.cmake b/build_files/cmake/platform/platform_apple.cmake
index be9261798f4..6276032d85c 100644
--- a/build_files/cmake/platform/platform_apple.cmake
+++ b/build_files/cmake/platform/platform_apple.cmake
@@ -413,7 +413,7 @@ if(WITH_OPENMP)
set(OpenMP_LINKER_FLAGS "-L'${LIBDIR}/openmp/lib' -lomp")
# Copy libomp.dylib to allow executables like datatoc and tests to work.
- # `@executable_path/../Resources/lib/` is a default dylib search path.
+ # `@executable_path/../Resources/lib/` `LC_ID_DYLIB`is added by the deps builder.
# For single config generator datatoc, tests etc.
execute_process(
COMMAND mkdir -p ${CMAKE_BINARY_DIR}/Resources/lib