This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/OPT8241-CDK-EVM: How to set CMAKE_PREFIX_PATH build voxel-sdk from source on Windows?

Part Number: OPT8241-CDK-EVM

Tool/software: TI C/C++ Compiler

Hi everyone!

I want to install voxel SDK on Windows from source. I followed all the instructions here: github.com/.../Build-from-source-on-Windows , but got this error in Git bahs in the step "Build from source": 

$ set CMAKE_PREFIX_PATH=%CWD%;%CMAKE_PREFIX_PATH%
bash: fg: %CMAKE_PREFIX_PATH%: no such job

I couldn't find any solutions.

How can this problem be solved?