summaryrefslogtreecommitdiffstats
path: root/Templates/cxxconfigure.in
Commit message (Collapse)AuthorAgeFilesLines
* fix for sstreamBill Hoffman2002-06-211-11/+9
|
* ENH: Added test for sstream header. Defines CMAKE_NO_ANSI_STRING_STREAM if ↵Brad King2002-06-191-1/+17
| | | | the header doesn't exist.
* ENH: use separate vars for creating c++ and c shared libraries and add a ↵Bill Hoffman2002-04-081-0/+25
| | | | test for c libraries
* ENH: separate the ar program for cxx and cBill Hoffman2002-04-041-8/+8
|
* BUG: add system command back into scriptBill Hoffman2002-04-041-0/+22
|
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-0/+165
only project can be built with cmake, even without a cxx compiler