From 2e601a9f3c895def243d428e956cbecc94c56a9c Mon Sep 17 00:00:00 2001 From: cheater Date: Sat, 8 Jun 2024 19:55:45 +0300 Subject: [PATCH] typo fix --- thirdparty/external_boost_deps.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/external_boost_deps.cmake b/thirdparty/external_boost_deps.cmake index 171d9dc..e6305d2 100644 --- a/thirdparty/external_boost_deps.cmake +++ b/thirdparty/external_boost_deps.cmake @@ -54,7 +54,7 @@ else () imported_target_alias(boost_optional ALIAS Boost::boost) imported_target_alias(boost_variant ALIAS Boost::boost) imported_target_alias(boost_regex ALIAS Boost::regex) - imported_target_alias(boost_lexical_cast ALIAS boost_regex::lexical_cast) + imported_target_alias(boost_lexical_cast ALIAS Boost::lexical_cast) endif () endif ()