We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f41f76 commit 6be7856Copy full SHA for 6be7856
CMakeLists.txt
@@ -10,7 +10,7 @@ if(WIN32)
10
endif()
11
12
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)
+ set(EXT_LIBS postgres_asio pq ${CSI_HTTP_LIBS})
14
15
16
add_subdirectory(postgres_asio)
0 commit comments