diff --git a/cmake/multipython/PyDependences.cmake b/cmake/multipython/PyDependences.cmake
index 502b11a9d646817176007df210affbb1f9d8b2c0..a68f54526039286afd9c9179732ae8b66341e179 100644
--- a/cmake/multipython/PyDependences.cmake
+++ b/cmake/multipython/PyDependences.cmake
@@ -10,8 +10,7 @@ else()
     find_custom_python3(DEFAULT_PATH VERBOSE)
 endif()
 
-set(pyversion ${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR})
-set(pydst "${destination_root}python/${pyversion}")
+set(pydst "${destination_root}python/${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR}")
 set(destination_python "${pydst}/dist-packages/")
 set(destination_pypackage ${pydst}/wheel)