PiRSquared17 / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

sequence mistake #228

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.run init_Alembic.cmd in windows
2.
3.

What do you see instead?

CMake Error at build/AlembicPRMan.cmake:96 (SET):
  Syntax error in cmake code at

    D:/alembic/build/AlembicPRMan.cmake:96

  when parsing string

    /nologo /dll /LIBPATH:\"%RMANTREE%\lib\" libprman.lib

  Invalid escape sequence \l
Call Stack (most recent call first):
  CMakeLists.txt:266 (INCLUDE)

What version of the product are you using? On what operating system?
43(Alembic 1.0) 
windows 7
vc9

Please provide any additional information below.

modification:
SET( PRMAN_LINK_FLAGS "/nologo /dll /LIBPATH:\"%RMANTREE%\\lib\" libprman.lib" )

Original issue reported on code.google.com by vdcoo...@gmail.com on 6 Sep 2011 at 6:41

GoogleCodeExporter commented 9 years ago
I made the change for this in my trunk, since you also mentioned it in 229, I'm 
merging the issue into there.

Original comment by miller.lucas on 15 Oct 2011 at 12:22