[CMake] Trouble with the relative path generation

speedy speedy at 3d-io.com
Mon Jan 8 18:37:47 EST 2007


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&#x0D;&#x0A;"
					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:speedy at 3d-io.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20070109/57eefadb/attachment.htm


More information about the CMake mailing list