Trouble with creating simple cmake project under windows

I followed these instructions - Creating ComputeCpp™ (SYCL™) Projects with CMake - Codeplay Software Ltd I had a freshly installed cuda sdk, so just installed computecpp and downloaded the sample app through the link in the article. I got this error:

Any ideas?

[D:\sycl]mkdir build

[D:\sycl]cd build

[D:\sycl\build]cmake … -DComputeCpp_DIR=“C:/Program Files/Codeplay/ComputeCpp”
– Building for: Visual Studio 17 2022
– Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19044.
– The C compiler identification is MSVC 19.33.31629.0
– The CXX compiler identification is MSVC 19.33.31629.0
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe - skipped
– Detecting C compile features
– Detecting C compile features - done
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe - skipped
– Detecting CXX compile features
– Detecting CXX compile features - done
CMake Error at CMakeLists.txt:27 (find_package):
By not providing “FindComputeCpp.cmake” in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
“ComputeCpp”, but CMake did not find one.

Could not find a package configuration file provided by “ComputeCpp” with
any of the following names:

ComputeCppConfig.cmake
computecpp-config.cmake

Add the installation prefix of “ComputeCpp” to CMAKE_PREFIX_PATH or set
“ComputeCpp_DIR” to a directory containing one of the above files. If
“ComputeCpp” provides a separate development package or SDK, be sure it has
been installed.

– Configuring incomplete, errors occurred!

[D:\sycl\build]