Skip to content

Commit 6be7856

Browse files
committed
Update CMakeLists.txt
1 parent 7f41f76 commit 6be7856

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 boost_log_setup boost_log boost_date_time boost_timer boost_thread boost_system boost_program_options boost_filesystem boost_regex boost_chrono curl cares ssl crypto rt pthread z c)
13+
set(EXT_LIBS postgres_asio pq ${CSI_HTTP_LIBS})
1414
endif()
1515

1616
add_subdirectory(postgres_asio)

0 commit comments

Comments
 (0)