Inference Pipeline of Detection and Tracking using C++

Inference Pipeline of Detection and Tracking using C++

 Hi! 
I downloaded this folder I'm trying to compile this example:
Inference Pipeline of Detection and Tracking using C++ — Metavision SDK Docs 4.0.1 documentation (prophesee.ai)
When I done this line cmake .. -DCMAKE_PREFIX_PATH=`LIBTORCH_DIR_PATH` -DTorch_DIR=`LIBTORCH_DIR_PATH`
in build folder(also tried do this in folder C:\Program Files\Prophesee\share\metavision\sdk\ml\samples\metavision_detection_and_tracking_pipeline\), I get this errors:

"CMake Error at CMakeLists.txt:14 (find_package):
  By not providing "FindTorch.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Torch", but
  CMake did not find one.

  Could not find a package configuration file provided by "Torch" with any of
  the following names:

    TorchConfig.cmake
    torch-config.cmake

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



-- Configuring incomplete, errors occurred!
"

Another examples C++ without ML compile without any problems.
What I should do?

Best Regards!