Skip to content

Commit 0a9b9b7

Browse files
committed
Fix build (WIP)
1 parent 62ef4b3 commit 0a9b9b7

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

sources/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ set(BOOST_LIBS
113113
chrono
114114
date_time
115115
filesystem
116+
process
116117
regex
117118
thread
118119
)

tests/unit/sources/CMakeLists.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,15 @@ IF(NOT ${Poco_FOUND})
176176
ENDIF()
177177

178178
# define libraries to link with
179-
set(LIBS ${LIBS} ${Boost_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${RT_LIBRARY} ${Poco_FOUND_LIBS} ${OPENSSL_SSL_LIBRARY} ${OPENSSL_CRYPTO_LIBRARY} )
179+
set(LIBS
180+
${LIBS}
181+
${Boost_LIBRARIES}
182+
${CMAKE_THREAD_LIBS_INIT}
183+
${RT_LIBRARY}
184+
${Poco_FOUND_LIBS}
185+
${OPENSSL_SSL_LIBRARY}
186+
${OPENSSL_CRYPTO_LIBRARY}
187+
)
180188

181189
##################################################################################################
182190
## Sources

0 commit comments

Comments
 (0)