We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b82f6 commit fdb1498Copy full SHA for fdb1498
cmake/search_module.cmake
@@ -11,7 +11,7 @@ find_package(fmt REQUIRED
11
# find_package(spdlog REQUIRED
12
# HINTS "${CMAKE_SOURCE_DIR}/third_party/module/lib/cmake")
13
14
-set(BOOST_ROOT_MacPorts "/opt/local/libexec/boost/1.76")
+set(BOOST_ROOT_MacPorts "/opt/local/libexec/boost/1.77")
15
if(EXISTS ${BOOST_ROOT_MacPorts})
16
set(BOOST_ROOT ${BOOST_ROOT_MacPorts})
17
endif()
0 commit comments