Skip to content

Commit c08f25d

Browse files
committed
removed linkage to csi-libs
1 parent da1d82e commit c08f25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(WIN32)
1010
endif()
1111

1212
if(__LINUX__)
13-
set(EXT_LIBS postgres_asio pq ${CSI_HTTP_LIBS})
13+
set(EXT_LIBS postgres_asio boost_log boost_thread boost_system pthread pq)
1414
endif()
1515

1616
add_subdirectory(postgres_asio)

0 commit comments

Comments
 (0)