Skip to content

Commit 41bb20d

Browse files
committed
Update CMakeLists.txt
1 parent a71d4af commit 41bb20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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 idn ldap lber ssl crypto rt pthread z rtmp c)
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 rtmp c)
1414
endif()
1515

1616
add_subdirectory(postgres_asio)
17-
add_subdirectory(samples)
17+
add_subdirectory(samples)

0 commit comments

Comments
 (0)