0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/cmake/configs/Sqlpp11PostgreSQLConfig.cmake
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

2 lines
61 B
CMake

include(CMakeFindDependencyMacro)
find_dependency(PostgreSQL)