Hello CMake crew,
How we run CMake:
..\!cmake\cmake.exe -D CMAKE_USE_RELATIVE_PATHS:BOOL=ON -D
CMAKE_SUPPRESS_REGENERATION:BOOL=ON .
Visual C++ .NET .vcproj snippet:
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
Description="QT Wrapped File"
CommandLine="qt\bin\moc.exe -o
P:/Elasticity_editor_branch/plugin_editor/moc_gradientpoints.cxx
P:/Elasticity_editor_branch/plugin_editor/gradientpoints.h
"
AdditionalDependencies="qt\bin\moc.exe;gradientpoints.h;"
Outputs="moc_gradientpoints.cxx"/>
</FileConfiguration>
All paths in the .vcproj file are generated relative except the moc
file paths. :(
Should I file a bug report on this one?
Thanks!
--
Best regards,
speedy mailto:[EMAIL PROTECTED]
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake