Skip to content

Commit fdb1498

Browse files
committed
change version to Boost 1.77
1 parent b7b82f6 commit fdb1498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/search_module.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ find_package(fmt REQUIRED
1111
# find_package(spdlog REQUIRED
1212
# HINTS "${CMAKE_SOURCE_DIR}/third_party/module/lib/cmake")
1313

14-
set(BOOST_ROOT_MacPorts "/opt/local/libexec/boost/1.76")
14+
set(BOOST_ROOT_MacPorts "/opt/local/libexec/boost/1.77")
1515
if(EXISTS ${BOOST_ROOT_MacPorts})
1616
set(BOOST_ROOT ${BOOST_ROOT_MacPorts})
1717
endif()

0 commit comments

Comments
 (0)