richgel999 / bc7enc_rdo

State of the art RDO BC1-7 GPU texture encoders
Other
180 stars 32 forks source link

MSVCP140D.dll missing #8

Closed rimpy-custom closed 3 years ago

rimpy-custom commented 3 years ago

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?

rimpy-custom commented 3 years ago

fixed with: cmake --build . --config Release