We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8c33a commit 6452123Copy full SHA for 6452123
CMakeLists.txt
@@ -61,6 +61,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
61
set(Python_FIND_VIRTUALENV FIRST) # (require cmake >= v3.15 and this is the default) use the Python version configured by pyenv if available
62
set(PYTHON_LIBRARIES ${Python_LIBRARIES})
63
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}")
65
find_package(SpiderMonkey REQUIRED)
66
elseif(WIN32)
67
find_package(PythonInterp 3.8 REQUIRED)
0 commit comments