1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Georg Richter
d756d7b27f Fix for CONC-494:
Install all symlinks for shared and static libraries in
component Development instead of SharedLibraries.
2020-09-09 12:20:45 +02:00
Georg Richter
01859950cf Revert "Fix for CONC-494:"
This reverts commit 8581cafad4.
2020-09-09 12:19:27 +02:00
Georg Richter
8581cafad4 Fix for CONC-494:
Install all symlinks for shared and static libraries in
component Development instead of SharedLibraries.
2020-09-09 10:24:55 +02:00
Sergei Golubchik
ed5921ed4f CONC-346 CMake warnings
CMP0026 OLD
CMP0042 OLD
CMP0045 OLD
2018-07-11 11:28:01 +02:00
Sergei Golubchik
7a787b1e3e C/C integration in MariaDB Server builds
* make is usable as a CMake sub-project
  * put options in a separate namespace
  * but use parent project values when specified
* always specify COMPONENT when INSTALLing
* don't use PROJECT_SOURCE_DIR/PROJECT_BINARY_DIR

Also

* fix out-of-source builds (don't generate files
  in the CMAKE_SOURCE_DIR, always do it in CMAKE_BINARY_DIR)
* make subsequence cmake runs less verbose, use MESSAGE1
  to avoid repeating messages that didn't change
2016-09-05 19:15:58 +02:00
Georg Richter
f0601e0e40 Manual merge from 2.3 branch:
put cmake helper scripts under new BSD license
2016-07-09 10:53:09 +02:00
Georg Richter
1f71590c05 Fix for CONC-139: Build with XCode generator fails
Both shared and static library are built from object library.
XCode doesn't like targets which have only object files, so we just add
an empty file.
2015-09-18 14:35:43 +02:00