Skip to content

Commit f6ba8d4

Browse files
authored
Merge pull request #128 from Dorin-Pleava/Locales_and_regex_in_case_of_failure
(maint) Add regex backup if locales fail
2 parents fcf64f1 + 11ee6eb commit f6ba8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endif()
3737
include(leatherman)
3838

3939
if(LEATHERMAN_USE_LOCALES)
40-
set(BOOST_COMPONENTS locale)
40+
set(BOOST_COMPONENTS locale regex)
4141
else()
4242
set(BOOST_COMPONENTS regex)
4343
endif()

0 commit comments

Comments
 (0)