Skip to content

Commit

Permalink
Do not define BOOST_LOCALE_SOURCE in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jun 9, 2021
1 parent f831b87 commit 5789ae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ target_link_libraries(boost_locale

target_compile_definitions(boost_locale
PUBLIC BOOST_LOCALE_NO_LIB
PRIVATE BOOST_LOCALE_SOURCE
# Source files already define BOOST_LOCALE_SOURCE
# PRIVATE BOOST_LOCALE_SOURCE
)

if(BUILD_SHARED_LIBS)
Expand Down

0 comments on commit 5789ae2

Please sign in to comment.