"Martin Haffner" writes:
> Hi,
>
> Ok, I modified the CMAKE_CXX_FLAGS line in CMakeCache.txt to this line:
> CMAKE_CXX_FLAGS:STRING=-m32
>
> Then I call CMake and it also generates a Makefile. I searched in the whole
> Makefile but there is no m32 flag! Did I miss something?
It seems cmake bundles the flags into flags.make files:
$ find -name flags.make -exec grep --color m32 {} +
Anyway, just to be sure, perform a test build:
$ VERBOSE=1 make OpenThreads
and later inspect the results with `ldd'.
--
Alberto
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org