Skip to content

Commit

Permalink
fix Linux nightly, link with pthread for boost/asio
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Mar 16, 2020
1 parent 162724b commit 09a3c55
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ endif(NOT BUILD_SHARED_LIBS)
IF(WIN32)
target_link_libraries(${OMCFactoryName} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS} ${ExtensionUtilitiesName} wsock32 ws2_32)
ELSE(WIN32)
target_link_libraries(${OMCFactoryName} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS} ${ExtensionUtilitiesName})
target_link_libraries(${OMCFactoryName} ${Boost_LIBRARIES} ${CMAKE_DL_LIBS} ${ExtensionUtilitiesName} pthread)
ENDIF(WIN32)
add_precompiled_header(${OMCFactoryName} runtime/include/Core/Modelica.h)

Expand Down

0 comments on commit 09a3c55

Please sign in to comment.