diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index e557144c50..ead17515c6 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -430,6 +430,7 @@ target_link_libraries( common ${Boost_LIBRARIES} ${CURL_LIBRARIES} ${OPENSSL_LIBRARIES} # empty on Apple + ${wxWidgets_LIBRARIES} )