|
Notes |
|
|
(0013940)
|
|
Bill Hoffman
|
|
2008-10-27 13:51
|
|
$ cvs commit -m "BUG: fix for 7839 and 4524 " cmLocalVisualStudio7Generator.cxx
Committer: Bill Hoffman <bill.hoffman@kitware.com>
/cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v <-- cmLocalVisualStudio7Generator.cxx
new revision: 1.233; previous revision: 1.232 |
|
|
|
(0013941)
|
|
Bill Hoffman
|
|
2008-10-27 13:53
|
|
Wait one minute....
With this patch, this stuff will be put into all projects even if users do not set the variables.
if (!vsProjectname)
{
vsProjectname = "";
}
It always has a value, so:
if(vsProvider && vsLocalpath && vsProjectname)
will always be true. |
|
|
|
(0013947)
|
|
Bill Hoffman
|
|
2008-10-27 15:31
|
|
Can you try this:
$ cvs commit -m "ENH: make the scc optional " cmLocalVisualStudio7Generator.cxx
Committer: Bill Hoffman <bill.hoffman@kitware.com>
/cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v <-- cmLocalVisualStudio7Generator.cxx
new revision: 1.234; previous revision: 1.233 |
|
|
|
(0013948)
|
|
James Bigler
|
|
2008-10-27 15:33
|
|
Then you should probably set vsProvider, vsLocalpath and vsProjectname to 0 instead of "". They can't be used unless all three have a valid value. In a previous version of the file, I believe vsProvider and vsLocalpath were always printed out.
Also, the projects behave normally with the blank attributes:
SccProjectName=""
SccLocalPath=""
SccProvider="" |
|
|
|
(0014061)
|
|
James Bigler
|
|
2008-11-07 12:08
|
|
I applied the changes to my 2.6.2 branch (basically 2.6.2 with the changes needed for this feature), and all seems to work fine.
Thanks very much. |
|
|
|
(0017507)
|
|
Bill Hoffman
|
|
2009-09-14 21:05
|
|
|
|
|
(0041457)
|
|
Kitware Robot
|
|
2016-06-10 14:27
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|