0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
Commit Graph

15 Commits

Author SHA1 Message Date
Leon De Andrade
648183fd64 Proper MariaDB and MySQl findPackage support 2022-08-21 09:54:58 +02:00
Leon De Andrade
d17bce9644
Add Connector CMake Logic (#394)
Add Connector Cmake logic

* Also install date when used with fetch content
* Install everything always
* Update documentation
* Add option to control dependency searching
* Adjust travis
2021-12-02 07:45:38 +01:00
Roland Bock
c6adbf98f1 Copy latest changes from mysql connector library 2021-08-06 10:13:41 +02:00
Roland Bock
5e16f32ed3 Moved mysql/mariadb connector over here. 2021-08-01 21:49:16 +02:00
Leon De Andrade
123bdb8890
Feature/fetch content (#349)
* Add date as a dependency, make fetch friendly
* Add example
* Add alias
* Update readme
* Add find_package example
* Update travis
* Add license
2020-08-08 09:42:02 +02:00
Sylvain Joubert
c1c1626242
Make sure find_package(Sqlpp11) can be done multiple times (#306)
It is expected that CMake packages can be found multiple times without
errors. The target generated and defined by CMake, e.g. in a
*Targets.cmake file have a similar guard.
2020-02-08 08:38:41 +01:00
Sylvain Joubert
fe3abc6520 Install and export ddl2cpp script 2018-02-19 10:05:30 +01:00
Egor Pugin
a3aacfe412 Update comments. 2018-01-31 18:32:11 +03:00
Egor Pugin
83c9a6393d Update FindHinnantDate.cmake script. 2018-01-31 18:22:17 +03:00
rbock
50143288bc More variants of finding the date library 2017-11-26 19:38:35 +01:00
Armand Leclercq
a69c83a32b Add include directory in HinnantDate search path to match Hinnant repository master branch 2017-11-10 20:26:01 +00:00
Marvin Ritter
1c848ead8f Find Hinnant date library in date/ subfolder 2016-10-20 21:52:19 +02:00
Christian Dávid
7097d4a325 Approved error messages of FindHinnantDate.cmake
Also added a documented variable to give hints.
2016-05-05 10:09:04 +02:00
Christian Dávid
f41770dbe2 Added FindHinnatDate.cmake to prevent usage of preset paths
Howard Hinnant's date and time library is found using a cmake Find-module.

Commit 377fbc8958 was reverted to ensure that the
exported target has the correct properties.
2016-05-01 20:05:50 +02:00
Christian Dávid
bc935dbae8 Added cmake package config file
Now sqlpp11 can be used with

find_package(Sqlpp11)
target_link_libraries(... sqlpp11)

in your project's CMakeLists.txt
2016-01-09 19:00:05 +01:00