From 7d145a5f69fd36325002cd4a3f92f09c949e934f Mon Sep 17 00:00:00 2001 From: Steven Zhang Date: Thu, 24 Mar 2016 15:07:52 +0800 Subject: [PATCH] fix build script under os x --- cmake/CMakeLists.txt | 2 +- nix/build-all.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 961a24191b..6ddb3c1645 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -378,7 +378,7 @@ set(IFCPARSE_FILES ${IFCPARSE_CPP_FILES} ${IFCPARSE_H_FILES}) ADD_LIBRARY(IfcParse STATIC ${IFCPARSE_FILES}) IF(UNICODE_SUPPORT) - TARGET_LINK_LIBRARIES(IfcParse ${ICU_LIBRARIES}) + TARGET_LINK_LIBRARIES(IfcParse ${ICU_LIBRARIES} ${Boost_LIBRARIES}) ENDIF() # IfcGeom diff --git a/nix/build-all.sh b/nix/build-all.sh index e923010c12..f75be91f93 100755 --- a/nix/build-all.sh +++ b/nix/build-all.sh @@ -37,7 +37,7 @@ set -e PROJECT_NAME=IfcOpenShell OCE_VERSION=0.16 PYTHON_VERSIONS=(2.7.10 3.2.6 3.3.6 3.4.4 3.5.1) -BOOST_VERSION=1.55.0 +BOOST_VERSION=1.59.0 PCRE_VERSION=8.38 LIBXML_VERSION=2.9.3 CMAKE_VERSION=3.4.1