[Bf-blender-cvs] [9939b288883] experimental-build: CMake: More verbose message in `find_python_package`

Bastien Montagne noreply at git.blender.org
Mon Dec 14 13:01:58 CET 2020


Commit: 9939b288883b582858c27d264e8f3fb71c3a0319
Author: Bastien Montagne
Date:   Mon Dec 14 13:01:07 2020 +0100
Branches: experimental-build
https://developer.blender.org/rB9939b288883b582858c27d264e8f3fb71c3a0319

CMake: More verbose message in `find_python_package`

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

M	build_files/cmake/macros.cmake

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

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index aeedcf30c31..750c705ba10 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -1226,6 +1226,8 @@ function(find_python_package
             "The build will be usable, only add-ons that depend on this package won't be functional."
           )
           set(WITH_PYTHON_${_upper_package} OFF PARENT_SCOPE)
+        else()
+          message(STATUS "${package} include files found at '${PYTHON_${_upper_package}_PATH}'")
         endif()
       endif()
     endif()



More information about the Bf-blender-cvs mailing list