Brad King wrote:
Arjen Markus wrote:
  
Like I promised, here is the information I have on this bug:
    
[snip]
  
As you can see, the source file is given with the native (Windows-style)
path, but the object file is specified with forward slashes. This is what
causes the compiler to complain.
    

Try adding this to your platform file for this compiler:

SET(CMAKE_WINDOWS_OBJECT_PATH 1)

-Brad

  
Would it be so simple? I will try it ASAP.

Thanks,

Arjen
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to