Re: [CMake] Problems with 2.8.0 and VS 10 generator: CMAKE_CFG_INTDIR, UNC paths, and QT_LIBRARIES

2009-11-18 Thread Brad King
Ben Medina wrote: 1. CMAKE_CFG_INTDIR is set to $(ConfigurationName), a macro which no longer exists in VS 2010. [snip] 2. The VS10 generator seems to no longer replace forward slashes with back slashes in file paths, which breaks UNC paths in the project [snip] 3. find_package (Qt4

[CMake] Problems with 2.8.0 and VS 10 generator: CMAKE_CFG_INTDIR, UNC paths, and QT_LIBRARIES

2009-11-17 Thread Ben Medina
Hello, I'm doing some testing of VS 2010 B2 with CMake 2.8.0, and I've run into several problems: 1. CMAKE_CFG_INTDIR is set to $(ConfigurationName), a macro which no longer exists in VS 2010. According to the CMake docs