| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
broken by the optimization changes). Added conversion of /nologo flag to SuppressStartupBanner attribute and /Gy flag to EnableFunctionLevelLinking attribute.
|
| |
|