rcrl icon indicating copy to clipboard operation
rcrl copied to clipboard

Can't compile on VS2019

Open IBIT-ZEE opened this issue 4 years ago • 2 comments

  1. calling cmake from command line throws "Error: could not load cache"

  2. opening the folder from CS/IDE stops with " ninja: error: build.ninja:123: bad $-escape (literal $ must be written as $$)"

?any ideas

IBIT-ZEE avatar Jun 15 '21 19:06 IBIT-ZEE

cmake version 3.20.21032501-MSVC_2

IBIT-ZEE avatar Jun 16 '21 12:06 IBIT-ZEE

Kindly write the command executed along with its output.

git submodule update --init
# make directory build and move to it
cmake path/to/repo
cmake --build .

Islam0mar avatar Jun 23 '21 06:06 Islam0mar