Cedric Pinson schrieb:
Hi Robert,

i had to make a new version of my software so i used the trunk and fixed the version problem with rc. I added an option
to avoid the version with rc file.

here the touched files:
CMakeLists.txt
src/OpenThreads/CMakeLists.txt
I fixed this issue in the the way by adding a small afxres.h file in the include sub directory of the build root like shown below

if (WIN32)
file(WRITE ${CMAKE_BUILD_DIR}/include    "#include <windows.h>\n")
endif (WIN32)

These lines could be addded somewhere in the top level CMakeLists.txt
Ralf

_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to