Skip to content

Commit

Permalink
revert the CMakeList Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry8192 committed Jan 30, 2025
1 parent f4a0207 commit 46fa81f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ boost_${CLP_FFI_JS_BOOST_ARCHIVE_VERSION_PART}.tar.gz"
URL_MD5 "53aeccc3167909ee770e34469f8dd592"
)
message(STATUS "Fetching Boost.")
set(FETCHCONTENT_QUIET OFF)
FetchContent_Declare(
Boost
URL "${CMAKE_FIND_PACKAGE_REDIRECTS_DIR/boost_1_85_0.tar.gz}"
)
FetchContent_MakeAvailable(Boost)
message("Boost sources successfully fetched into ${boost_SOURCE_DIR}")

set(CMAKE_EXECUTABLE_SUFFIX ".js" CACHE STRING "Binary type to be generated by Emscripten.")
Expand Down

0 comments on commit 46fa81f

Please sign in to comment.