summaryrefslogtreecommitdiffstats
path: root/Templates/CXXCMakeSystemConfig.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* ENH: mark some vars as advanced (and resort the list)Sebastien Barre2002-10-101-7/+8
|
* now uses TryCompileKen Martin2002-09-131-4/+0
|
* fixed some empty descriptionsKen Martin2002-07-191-14/+18
|
* BUG: CMAKE_NO_ANSI_STRING_STREAM needs to be copied from the cxxconfigure ↵Brad King2002-06-201-0/+3
| | | | results.
* more advanced valuesBill Hoffman2002-04-171-0/+8
|
* *** empty log message ***Bill Hoffman2002-04-081-1/+1
|
* ENH: use separate vars for creating c++ and c shared libraries and add a ↵Bill Hoffman2002-04-081-0/+57
| | | | test for c libraries
* ENH: separate the ar program for cxx and cBill Hoffman2002-04-041-6/+6
|
* ENH: add enable language support for PROJECT command, this means that a C ↵Bill Hoffman2002-04-021-0/+51
only project can be built with cmake, even without a cxx compiler