Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Several changes: COMPILE_DEFINITIONS is now depricated. If you want to ↵ | Andy Cedilnik | 2002-09-25 | 1 | -11/+22 |
| | | | | specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile | ||||
* | Improve backward compatibility, so that all backward compatibility stuff is ↵ | Andy Cedilnik | 2002-09-24 | 1 | -9/+29 |
| | | | | in two modules; fix invoking of try_compile; add checking for header files and sizes of types | ||||
* | better trycompile and enable langiages | Ken Martin | 2002-09-13 | 1 | -55/+88 |
| | |||||
* | ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵ | Brad King | 2002-09-10 | 1 | -2/+19 |
| | | | | be compared directly with other pointer types. We use 0 instead. Also changed putenv to setenv for comeau on linux. | ||||
* | new arch | Ken Martin | 2002-09-06 | 1 | -49/+60 |
| | |||||
* | in progress | Ken Martin | 2002-08-30 | 1 | -0/+89 |