Skip to content

Commit

Permalink
Merge pull request #128 from Dorin-Pleava/Locales_and_regex_in_case_o…
Browse files Browse the repository at this point in the history
…f_failure

(maint) Add regex backup if locales fail
  • Loading branch information
GabrielNagy authored Jun 22, 2020
2 parents fcf64f1 + 11ee6eb commit f6ba8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ endif()
include(leatherman)

if(LEATHERMAN_USE_LOCALES)
set(BOOST_COMPONENTS locale)
set(BOOST_COMPONENTS locale regex)
else()
set(BOOST_COMPONENTS regex)
endif()
Expand Down

0 comments on commit f6ba8d4

Please sign in to comment.