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
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to