Skip to content

Commit 5789ae2

Browse files
committed
Do not define BOOST_LOCALE_SOURCE in CMakeLists.txt
1 parent f831b87 commit 5789ae2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ target_link_libraries(boost_locale
4242

4343
target_compile_definitions(boost_locale
4444
PUBLIC BOOST_LOCALE_NO_LIB
45-
PRIVATE BOOST_LOCALE_SOURCE
45+
# Source files already define BOOST_LOCALE_SOURCE
46+
# PRIVATE BOOST_LOCALE_SOURCE
4647
)
4748

4849
if(BUILD_SHARED_LIBS)

0 commit comments

Comments
 (0)