Skip to content
Snippets Groups Projects
Unverified Commit 3dd48282 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Fix "root-config --python-version"

Fixes ROOT-10167
parent 43ecb1bf
No related branches found
No related tags found
No related merge requests found
......@@ -574,7 +574,7 @@ get_filename_component(altcxx ${CMAKE_CXX_COMPILER} NAME)
get_filename_component(altf77 "${CMAKE_Fortran_COMPILER}" NAME)
get_filename_component(altld ${CMAKE_CXX_COMPILER} NAME)
set(pythonvers ${PYTHON_VERSION})
set(pythonvers ${PYTHON_VERSION_STRING})
#---RConfigure.h---------------------------------------------------------------------------------------------
configure_file(${PROJECT_SOURCE_DIR}/config/RConfigure.in include/RConfigure.h NEWLINE_STYLE UNIX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment