Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterdev committed Jun 8, 2024
1 parent 507f52d commit 2e601a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/external_boost_deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

Expand Down

0 comments on commit 2e601a9

Please sign in to comment.