Commit Graph

12 Commits

Author SHA1 Message Date
FrancisANDRE
03423ddd04 Add SIMPLE_INSTALL macro, update FindSQL for Windows and
DefinePlatformSpecific.cmake for Cygwin.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-08 09:58:35 +01:00
Aleksandar Fabijanic
35d94f3842 Merge pull request #982 from aaboyd/feature/remove-poco-os-cmake
removing POCO_OS_* declarations from cmake and biicode configuration
2015-10-12 22:51:20 -07:00
Alex Boyd
1f7766caa5 removing POCO_OS_* declarations from cmake and biicode configuration 2015-10-12 20:53:29 -04:00
Alex Boyd
f447b5770a remove d suffix from cmake RELWITHDEBINFO 'Release With Debug Info' 2015-10-11 22:04:41 -04:00
Csaba Keszegh
a190f5e660 fix: CMake compilation for QNX 6.6
QNX cmake var should set to 1, on command line, or in a toolchain file
do not set _XOPEN_SOURCE macro when building for QNX
set SYSLIBS cmake var (see: build/config/QNX:SYSFLAG)
tested: Ubuntu 14.04, QNX 6.6.0, cmake 3.2.3
2015-09-01 17:22:08 +02:00
mkrivos
5e3258f92e Enable POCO_HAVE_FD_EPOLL on linux for cmake build system too 2015-08-19 12:12:18 +02:00
Philip Miller
2efe9b05cb add option ENABLE_MSVC_MP for parallel MSVC builds 2015-06-02 12:04:31 -04:00
Aleksandar Fabijanic
724ea08f6c Merge pull request #808 from siemens/cmake-develop
CMake: Remove odbc32 from SYSLIBS on windows
2015-05-07 23:35:26 -05:00
Pascal Bach
28ac7e80db CMake: Add the "d" postfix for debug builds on all platforms 2015-05-07 14:25:14 +02:00
Pascal Bach
7a24b76626 CMake: Remove odbc32 from SYSLIBS on windows
obdc32 is already added to the libraries by FindODBC
2015-05-07 13:44:58 +02:00
Pascal Bach
bef0023418 CMake: Remove gdi32 dependency
It fails under WindowsCE and it doesn't seem to be required at all.
2015-05-06 12:44:52 +02:00
Pascal Bach
6fb5ecca03 Improve CMake handling of MD and MT
- Some other minor improvements

Contributed-by: Torndeco <torndeco.di@gmail.com>
2015-05-04 15:34:48 +02:00