Skip to content

Commit 679a827

Browse files
committed
Bugfixing pq dependency.
1 parent a34a668 commit 679a827

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/monitoring/topology/cacheTopology/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ target_link_libraries(
1818
siox-monitoring-Topology
1919
${Boost_LIBRARIES}
2020
${PQXX_LIBRARIES}
21+
${PostgreSQL_LIBRARY}
2122
)
2223

2324

src/monitoring/topology/cacheTopology/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ target_link_libraries(
1414
monitoring_topology_cacheTopology_Test
1515
siox-core-ModuleLoader
1616
siox-monitoring-cacheTopology
17-
${PQXX_LIBRARIES}
18-
pq
17+
${PQXX_LIBRARIES}
18+
${PostgreSQL_LIBRARY}
1919
)
2020

2121
add_test(monitoring_topology_cacheTopology_Test monitoring_topology_cacheTopology_Test)

0 commit comments

Comments
 (0)