diff options
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/FindPackageTest/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindPackageTest/CMakeLists.txt b/Tests/FindPackageTest/CMakeLists.txt index 9ac9eee..89383a0 100644 --- a/Tests/FindPackageTest/CMakeLists.txt +++ b/Tests/FindPackageTest/CMakeLists.txt @@ -42,7 +42,7 @@ FIND_PACKAGE(VersionTestD 1.2.3.4) SET(CMakeTestSystemPackage "") IF(WIN32 AND NOT CYGWIN) # Try writing a value to the system package registry. - FILE(TO_NATIVE_PATH "${FindPackageTest_SOURCE_DIR}/SystemPackage" _data) + SET(_data "${FindPackageTest_SOURCE_DIR}/SystemPackage") SET(_key "HKLM\\Software\\Kitware\\CMake\\Packages\\CMakeTestSystemPackage") SET(_file "${FindPackageTest_BINARY_DIR}/CMakeTestSystemPackage.data") FILE(WRITE ${_file} "${_data}\n") |