On Mon, May 19, 2008 at 5:38 PM, Roger Martin <[EMAIL PROTECTED]> wrote:
> Hi, > > Trying to use CMake with Windows SDK for Windows Server 2008 on a > Vista 64 bit box. > > Running into the 'NMAKE fatal error: U1065: invalid option j' issue. Could you try to create a simplistic CMakeLists.txt in a new directory, configure, and make sure this isn't an issue with your environment or a CMake bug? If this doesn't work you could take things up on the CMake mailing list? Create CMakeLists.txt: PROJECT(foo) ADD_EXECUTABLE(foo foo.cc) -- Philip Lowman
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

