Kai Pastor
30042c075f
Fix find_package_handle_standard_args
2024-09-24 04:50:40 +00:00
JoyBinY
637afd05ae
Update FindMariaDB.cmake
...
Users can use -DCMAKE_LIBRARY_PATH=${INSTALL}/lib without needing to specify mariadb separately like -DCMAKE_LIBRARY_PATH=${INSTALL}/lib/mariadb
2024-04-10 06:27:41 +02:00
MeanSquaredError
3c598cd0b2
Fix building with sqlcipher ( #508 )
...
* Move cmake/Find*.cmake -> cmake/modules/Find*.cmake
* Add cmake/modules/FindSQLCipher.cmake from sqlpp17
2023-07-30 10:12:59 +02:00
Moritz Wirger
c550694b44
Fix mariadb include dir not found
2022-12-10 09:37:56 +01:00
hwhsu1231
2aa9797117
style: Align CMake files with 4 spaces indent
2022-11-26 08:32:46 +01:00
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