Fix MacOS build with boost 1.73 and updated Homebrew packages

This commit is contained in:
vejmarie
2020-09-18 15:49:47 -07:00
committed by wwmayer
parent a44f8ffd42
commit f5710fb5cf
2 changed files with 4 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
using namespace App;
using namespace std;
using namespace boost::placeholders;
XERCES_CPP_NAMESPACE_USE
/* Python entry */

View File

@@ -1,3 +1,6 @@
if (APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OPENSSL_CFLAGS}")
endif()
include_directories(
${Boost_INCLUDE_DIRS}