[CMake] Problem with using CMake on Windows with Visual Studio 2017

Bill Hoffman bill.hoffman at kitware.com
Fri Oct 26 16:50:21 EDT 2018


Yes, if you could run "set" from the command prompt and post the output 
here.

|C:\Jinja2Cpp\build>set|


That might show if you have something odd in your environment.  I am 
guessing you have LDFLAGS  set which CMake picks up and uses as a linker 
flag.

On 10/26/2018 1:16 PM, Michael Ellery wrote:
> look at the error message specifically:    LDFLAGS=-static-libstdc++ -static-libgcc
>
> Did you add something to your environment recently? Those look like gcc/clang flags - msvc is not going to like them.  Also, have you wiped your CMakeCache completely (clean configure)?  I’d have a look at your env variables to start with. Not generally needed, but you should also try building in a visual studio command prompt as it might properly set some of these ENV vars, just in case there is any confusion.
>
> -Mike

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cmake.org/pipermail/cmake/attachments/20181026/4bd91dee/attachment-0001.html>


More information about the CMake mailing list