I try to compile executable with running .bat file and then executing in console: cmake --build .
But compiled executable works only on my machine. On others it asks for msvcp140d.dll. Looks like it is a debug library or smth. May somebody help me with compiling process?
I try to compile executable with running .bat file and then executing in console: cmake --build . But compiled executable works only on my machine. On others it asks for msvcp140d.dll. Looks like it is a debug library or smth. May somebody help me with compiling process?