Remove excess arguments to endfunction() and else()
authorBen Boeckel <mathstuf@gmail.com>
Wed, 4 Feb 2015 16:34:34 +0000 (11:34 -0500)
committerBen Boeckel <mathstuf@gmail.com>
Sun, 8 Feb 2015 01:51:05 +0000 (20:51 -0500)
commit6f9408efe3bfe1fd8db54cb8537412d8bd95d969
tree77c6199cdbe41eb9b8f10aca3bd4d65bb81f75e4
parent1aefd69e9875d18829981663e6bf3ceca9c72ede
Remove excess arguments to endfunction() and else()

Arguments to else() are always confusing and endfunction only needs to
match the first argument.
16 files changed:
CMakeLists.txt
src/CMakeLists.txt
src/coreclr/hosts/coreconsole/CMakeLists.txt
src/coreclr/hosts/corerun/CMakeLists.txt
src/debug/daccess/CMakeLists.txt
src/debug/ee/CMakeLists.txt
src/debug/ee/wks/CMakeLists.txt
src/dlls/mscordac/CMakeLists.txt
src/dlls/mscoree/CMakeLists.txt
src/dlls/mscoree/coreclr/CMakeLists.txt
src/inc/CMakeLists.txt
src/jit/CMakeLists.txt
src/md/md_dbi.cmake
src/utilcode/dac/CMakeLists.txt
src/utilcode/dyncrt/CMakeLists.txt
src/vm/CMakeLists.txt