[Bf-blender-cvs] [4088d7f6b67] tmp_openmpfix: Comment logging

Ankit Meel noreply at git.blender.org
Tue Aug 3 23:35:59 CEST 2021


Commit: 4088d7f6b6711c26310ae389daaf01f6a43518fb
Author: Ankit Meel
Date:   Wed Aug 4 03:05:48 2021 +0530
Branches: tmp_openmpfix
https://developer.blender.org/rB4088d7f6b6711c26310ae389daaf01f6a43518fb

Comment logging

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 936d58dc085..345ee75e6da 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -1056,8 +1056,8 @@ elseif(APPLE)
       DESTINATION "${MAC_BLENDER_TARGET_DYLIBS_DIR}"
     )
   endif()
-  install(CODE "execute_process(COMMAND ls \"${MAC_BLENDER_TARGET_DYLIBS_DIR}\")")
-  install(CODE "execute_process(COMMAND otool -l \"$<TARGET_FILE:blender>\")")
+  # install(CODE "execute_process(COMMAND ls \"${MAC_BLENDER_TARGET_DYLIBS_DIR}\")")
+  # install(CODE "execute_process(COMMAND otool -l \"$<TARGET_FILE:blender>\")")
 
   # python
   if(WITH_PYTHON AND NOT WITH_PYTHON_MODULE AND NOT WITH_PYTHON_FRAMEWORK)



More information about the Bf-blender-cvs mailing list