Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 703658 | Differences between
and this patch

Collapse All | Expand All

(-)a/cmake/OpenCVDetectPython.cmake (-1 / +1 lines)
Lines 186-192 if(NOT ${found}) Link Here
186
        else() #debian based assumed, install to the dist-packages.
186
        else() #debian based assumed, install to the dist-packages.
187
          set(_packages_path "python${_version_major_minor}/dist-packages")
187
          set(_packages_path "python${_version_major_minor}/dist-packages")
188
        endif()
188
        endif()
189
        set(_packages_path "lib/${_packages_path}")
189
        set(_packages_path "lib64/${_packages_path}")
190
      elseif(CMAKE_HOST_WIN32)
190
      elseif(CMAKE_HOST_WIN32)
191
        get_filename_component(_path "${_executable}" PATH)
191
        get_filename_component(_path "${_executable}" PATH)
192
        file(TO_CMAKE_PATH "${_path}" _path)
192
        file(TO_CMAKE_PATH "${_path}" _path)

Return to bug 703658