| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
should use -w-, the default warning level is used for all other compilers. Used to be -w- -whid -waus -wpar
|
|
|
|
| |
do not write CMakeCache.txt if there is a fatal error.
|
|
|
|
| |
interface.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
CMAKE_REQUIRED_DEFINITIONS option.
|
| |
|
| |
|
|
|
|
| |
CMAKE_FIND_LIBRARY_SUFFIXES to allow customized searching for libraries.
|
| |
|
| |
|
|
|
|
| |
C++-only projects.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
because VC++ Express 2005 does not have them. They are SQL database access libraries and should not be needed for every application. User code can always explicitly link the library. Also replacing deprecated /GZ option with /RTC1 for VS 8. This addresses bug#2795.
|
|
|
|
| |
FIND_PACKAGE command. This addresses bug#2771.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
msys and mingw
|
| |
|
| |
|