fix
All checks were successful
sgraves/cpp-build-system_mac/pipeline/head This commit looks good
sgraves/cpp-build-system/pipeline/head This commit looks good

This commit is contained in:
2026-01-09 16:50:37 -06:00
parent 51d0de9a34
commit 32fc696ed3

View File

@@ -100,7 +100,7 @@ if(PROJECT_ENABLE_BOOST)
if (PROJECT_IS_DARWIN)
set(BOOST_OPTIONS
${BOOST_OPTIONS}
define=BOOST_NO_CXX98_FUNCTION_BASE)
define=BOOST_NO_CXX98_FUNCTION_BASE
)
endif()
else()