Skip to content

Commit

Permalink
Merge pull request #274 from McdonaldSeanp/ICU-backport
Browse files Browse the repository at this point in the history
(maint) Add support for static Boost with ICU
  • Loading branch information
MikaelSmith committed Mar 8, 2018
2 parents c7e1278 + 0ab4639 commit 784520b
Show file tree
Hide file tree
Showing 3 changed files with 698 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -29,6 +29,7 @@ defoption(LEATHERMAN_DEBUG "Enable verbose logging messages from leatherman macr
defoption(LEATHERMAN_ENABLE_TESTING "Build the leatherman test binary" ${LEATHERMAN_DEFAULT_ENABLE})
defoption(LEATHERMAN_INSTALL "Install the leatherman libraries and headers" ${LEATHERMAN_DEFAULT_ENABLE})
defoption(LEATHERMAN_SHARED "Create shared libraries instead of static" FALSE)
defoption(LEATHERMAN_USE_ICU "Set when Boost is built with ICU" FALSE)

set(BUILDING_LEATHERMAN TRUE)

Expand Down

0 comments on commit 784520b

Please sign in to comment.