[CMake] SCC bindings missing AUXPATH support?
Robert Dailey
rcdailey at gmail.com
Mon Oct 31 17:10:31 EDT 2011
There are actually 4 SCC related key/value pairs used in VS2003 VCPROJ
files:
SccProjectName="SAK"
SccAuxPath="SAK"
SccLocalPath="SAK"
SccProvider="SAK"
CMake supports these 3 via set_target_properties():
VS_SCC_LOCALPATH
VS_SCC_PROJECTNAME
VS_SCC_PROVIDER
Apparently one more is needed to support "SccAuxPath":
VS_SCC_AUXPATH
Can someone add support for this? Thanks.
---------
Robert Dailey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20111031/bf84563a/attachment.htm>
More information about the CMake
mailing list