Skip to content
  • Brad King's avatar
    find_package: Fix system package registry test path conversion · 08b93977
    Brad King authored
    Do not use file(TO_NATIVE_PATH) to compute the value to store in the
    registry.  It is meant for constructing values to be put in shells.
    Since find_package() can use the value with CMake-normalized slashes do
    not bother with any conversion.
    08b93977