Skip to content

Commit

Permalink
removing boost::filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKeating committed Feb 25, 2025
1 parent 21dd81e commit 667e2e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ if(EMSCRIPTEN)
-DBOOST_DISABLE_THREADS=ON
-DCMAKE_CXX_FLAGS=-fdeclspec
)
set(BOOST_REPO https://github.com/emscripten-ports/boost)
else()
set(BOOST_REPO https://github.com/boostorg/boost.git)
endif()

set(COMMON_EXTERNAL_PROJECT_CMAKE_ARGS
Expand Down Expand Up @@ -115,14 +112,14 @@ set_cmake_arg(
# rdkit_extensions required libraries
beast
bimap
filesystem
# filesystem
test)
set_cmake_arg(
BOOST_CMAKE_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/zlib-${ZLIB_VERSION}
${CMAKE_CURRENT_BINARY_DIR}/zstd-${ZSTD_VERSION})
ExternalProject_Add(
boost
GIT_REPOSITORY ${BOOST_REPO}
GIT_REPOSITORY https://github.com/boostorg/boost.git
GIT_TAG boost-${BOOST_VERSION}
GIT_SHALLOW TRUE
USES_TERMINAL_CONFIGURE ON
Expand Down
2 changes: 1 addition & 1 deletion external/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"boost": "1.83.0",
"boost": "1.87.0",
"emscripten": "3.1.51",
"fmt": "10.1.0",
"qt": "6.7.3",
Expand Down

0 comments on commit 667e2e4

Please sign in to comment.