Notes |
|
(0040578)
|
Bartosz
|
2016-02-29 07:14
|
|
I would like to fix that issue, and displaying error message while double else() is used in the same condition.
Do you know where I could find source code which is parsing such conditions? |
|
|
(0040579)
|
Brad King
|
2016-02-29 09:00
|
|
|
|
(0040580)
|
Mathieu Malaterre
|
2016-02-29 09:05
|
|
Might a bit off topic, but I'd like to have also the following be fixed (no such thing as `elif`):
$ cat CMakeLists.txt
cmake_minimum_required(VERSION 3.0)
if (foo)
message(STATUS foo)
elif (TRUE)
message(STATUS not foo)
endif () |
|
|
(0042341)
|
Kitware Robot
|
2016-06-10 14:29
|
|
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. |
|