Notes |
|
(0028516)
|
Brad King
|
2012-02-06 08:49
|
|
As discussed in 0011689:0024625 it is not a CMake limitation. It is a GNU make limitation and probably others. Using characters in the path considered special by Make tools is just asking for trouble. CMake is just warning early about it. |
|
|
(0028517)
|
Brad King
|
2012-02-06 08:50
|
|
If anyone can prove me wrong with a patch I'd love to accept it. Otherwise I do not plan on spending time for this. |
|
|
(0028518)
|
Brad King
|
2012-02-06 09:36
|
|
On second thought the cases where CMake has to generate a full path on the left hand side of a Make dependency are fairly obscure. Rejecting *all* paths with '=' in them is perhaps too heavy-handed to avoid them. |
|
|
(0028519)
|
Brad King
|
2012-02-06 09:44
|
|
|
|
(0029597)
|
Dave Abrahams
|
2012-06-04 00:29
(edited on: 2012-06-04 00:33) |
|
|
|
(0029599)
|
Brad King
|
2012-06-04 08:21
|
|
The only "fix" here was to stop complaining arbitrarily for '=' in the path. No one claimed that '=' is *supported*, as 0011689 is still not possible to fix due to native Make tool limitations. |
|
|
(0029601)
|
Dave Abrahams
|
2012-06-04 11:08
|
|
I see. Well I guess there's a limitation in MSBuild as well. |
|
|
(0029602)
|
Brad King
|
2012-06-04 11:15
|
|
Re 0012934:0029601: In order to confirm that it is a native tool limitation and not an escaping problem we need a msbuild-only test case like the one for make in 0011689:0024625. |
|
|
(0029618)
|
Brad King
|
2012-06-06 08:51
|
|
|
|
(0030548)
|
Brad King
|
2012-08-13 10:44
|
|
Sending issues I'm not actively working on to the backlog to await someone with time for them.
If an issue you care about is sent to the backlog when you feel it should have been addressed in a different manner, please bring it up on the CMake mailing list for discussion. Sign up for the mailing list here, if you're not already on it:
http://www.cmake.org/mailman/listinfo/cmake [^]
It's easy to re-activate a bug here if you can find a CMake developer or contributor who has the bandwidth to take it on.
|
|
|
(0041977)
|
Kitware Robot
|
2016-06-10 14:28
|
|
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. |
|