[CONC-361] Building Connector/C with cmake 2.8 fails Created: 2018-09-13 Updated: 2022-01-11 Resolved: 2021-06-17 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniël van Eeden | Assignee: | Sergei Golubchik |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
cmake 2.8.12.2 on CentOS 6.8 |
||
| Description |
|
https://github.com/MariaDB/mariadb-connector-c/blob/master/CMakeLists.txt#L5
And with cmake 2.8.12.2 on CentOS 6.8 this fails with:
Building with cmake 3.x works. My suggestion is to bump the minimum cmake version to 3.x |
| Comments |
| Comment by Sergei Golubchik [ 2018-09-17 ] |
|
Sorry, I wasn't able to repeat it. I've built C/C within the server tree and standalone, with -DWITH_MYSQLCOMPAT=ON and without, neither a build nor make install have ever failed for me. |