Author: craig
Date: Tue Oct 29 21:40:57 2019
New Revision: 23306

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=23306
Log:
Add some extra output for Python 3 information

Modified:
    trunk/Scribus/CMakeLists_Dependencies.cmake

Modified: trunk/Scribus/CMakeLists_Dependencies.cmake
URL: 
http://scribus.net/websvn/diff.php?repname=Scribus&rev=23306&path=/trunk/Scribus/CMakeLists_Dependencies.cmake
==============================================================================
--- trunk/Scribus/CMakeLists_Dependencies.cmake (original)
+++ trunk/Scribus/CMakeLists_Dependencies.cmake Tue Oct 29 21:40:57 2019
@@ -146,7 +146,11 @@
 #
 find_package (Python3 REQUIRED COMPONENTS Interpreter Development)
 if (Python3_Development_FOUND)
-       message("Python 3.x Library Found OK")
+       message("Python 3.x Library Found OK (Version ${Python3_VERSION})")
+       message("Interpreter: ${Python3_EXECUTABLE}")
+       message("Include directories: ${Python3_INCLUDE_DIRS}")
+       message("Library directories: ${Python3_LIBRARY_DIRS}")
+       message("Runtime library directories: ${Python3_RUNTIME_LIBRARY_DIRS}")
        set(HAVE_PYTHON ON)
        set(COMPILE_PYTHON ON)
 endif()


_______________________________________________
scribus-commit mailing list
[email protected]
http://lists.scribus.net/mailman/listinfo/scribus-commit

Reply via email to