Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-25 | Cmake: Removed repeated content from ending blocks | Jakub Zakrzewski | |
They are unnecesary in modern CMake and removing them improves readability. | |||
2014-08-25 | Cmake: Removed some useless empty SET statements. | Jakub Zakrzewski | |
Undefined variables resolve to empty strings and we do not ever test if the variable is defined thus those SETs are superfluous. | |||
2009-06-09 | ENH: lower case cmake functions and remove tabs and re-indent cmake code | Bill Hoffman | |
2009-04-02 | Initial CMake scripts (libcurl only), based on the merge of tetest scripts ↵ | Benoit Neil | |
and mine. These are far to be functionnal yet. PS: Hello world :) |