Skip to content

Commit 6452123

Browse files
committed
chore(meta): add logging of python libs during compilation
1 parent ee8c33a commit 6452123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
6161
set(Python_FIND_VIRTUALENV FIRST) # (require cmake >= v3.15 and this is the default) use the Python version configured by pyenv if available
6262
set(PYTHON_LIBRARIES ${Python_LIBRARIES})
6363
set(PYTHON_INCLUDE_DIR ${Python_INCLUDE_DIRS})
64+
message("Linux - Using Python:${Python_VERSION_MAJOR}.${Python_VERSION_MINOR} - Libraries:${PYTHON_LIBRARIES} - IncludeDirs: ${PYTHON_INCLUDE_DIR}")
6465
find_package(SpiderMonkey REQUIRED)
6566
elseif(WIN32)
6667
find_package(PythonInterp 3.8 REQUIRED)

0 commit comments

Comments
 (0)