File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ if(UNIX)
140
140
string (REGEX REPLACE "([^;]+)" "${ICU_LIBRARY_DIR} /lib\\ 1.a" ICU_LIBRARIES "${ICU_LIBRARY_NAMES} " )
141
141
endif ()
142
142
else ()
143
- set (BOOST_ROOT ${IFCOPENSHELL_ROOT} /deps/boost_1_67_0 )
144
- set (BOOST_LIBRARYDIR ${IFCOPENSHELL_ROOT} /deps/boost_1_67_0 /stage/vs${MSVC_YEAR} -${WIN_ARCH} /lib)
143
+ set (BOOST_ROOT ${IFCOPENSHELL_ROOT} /_deps/boost_1_74_0 )
144
+ set (BOOST_LIBRARYDIR ${IFCOPENSHELL_ROOT} /_deps/boost_1_74_0 /stage/vs${MSVC_YEAR} -${WIN_ARCH} /lib)
145
145
146
146
set (IFC_INCLUDE_DIR ${IFCOPENSHELL_ROOT} /src)
147
- set (IFC_LIBRARY_DIR ${IFCOPENSHELL_ROOT} /build -vs${MSVC_YEAR} -x86 /${CMAKE_BUILD_TYPE} )
147
+ set (IFC_LIBRARY_DIR ${IFCOPENSHELL_ROOT} /_build -vs${MSVC_YEAR} -Win32 /${CMAKE_BUILD_TYPE} )
148
148
149
149
string (REGEX REPLACE "([^;]+)" "${IFC_LIBRARY_DIR} /\\ 1.lib" IFC_LIBRARIES "${IFC_LIBRARY_NAMES} " )
150
150
You can’t perform that action at this time.
0 commit comments