This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9cb68b1cd4
CMake
/
Tests
/
CMakeTests
/
While-Endwhile-Mismatch.cmake
3 lines
21 B
CMake
Raw
Normal View
History
Unescape
Escape
add testcases for while()/endwhile() errors
2012-03-02 00:12:55 +04:00
while
(
a
)
endwhile
(
b
)