[CMake] Boost lib error when linking executable

John Drescher drescherjm at gmail.com
Tue Aug 24 10:20:25 EDT 2010


> True :)
>
> As I said, I'm just replicating the current Make system, in which those same 32 bit libs are used -- and it works. CMake even adds some extra 32 bit libs to the command line; I think they are added in Windows-icl.cmake (CMAKE_C_STANDARD_LIBRARIES_INIT). So I'd say it should also work in CMake :)
>

I am pretty sure you can not mix 32 bit and 64 bit libraries in the
same application.

John


More information about the CMake mailing list