Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix CMake build on macOS #13
Conversation
Just linking against dependencies is insufficient. Instead, use CMake's find_package system, which will hunt down dependencies in a variety of platform-specific places. CMake doesn't ship find modules for Pqxx or Config++, so we include our own versions.
|
|
Just linking against dependencies is insufficient. Instead, use CMake's
find_package system, which will hunt down dependencies in a variety of
platform-specific places. CMake doesn't ship find modules for Pqxx or
Config++, so we include our own versions.