Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace ↵ | Andy Cedilnik | 2003-07-11 | 1 | -19/+15 |
| | | | | MAKE_DIRECTORY with FILE(MAKE_DIRECTORY, replace STRING(ASCII things | ||||
* | New design of CheckSymbolExists pretty much replaces all other ones. | Andy Cedilnik | 2003-03-28 | 1 | -4/+15 |
| | | | | | | | | | | | | | | | For example: CHECK_HEADER_EXISTS("type.h" HAVE_TYPE_H) is: CHECK_SYMBOL_EXISTS(main "type.h" HAVE_TYPE_H) CHECK_LIBRARY_EXISTS("nsl" gethostname HAVE_LIBNSL) would be SET(CMAKE_REQUIRED_LIBRARIES "nsl") CHECK_SYMBOL_EXISTS(gethostname "netdb.h" HAVE_LIBNSL) ... | ||||
* | Prevent CMake from putting ; in the file | Andy Cedilnik | 2003-03-17 | 1 | -2/+1 |
| | |||||
* | Fix update date and cleanup | Andy Cedilnik | 2003-02-28 | 1 | -1/+2 |
| | |||||
* | Fix return value problem | Andy Cedilnik | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | Add macro for checking if symbol exists | Andy Cedilnik | 2003-01-13 | 1 | -0/+47 |