We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f831b87 commit 5789ae2Copy full SHA for 5789ae2
CMakeLists.txt
@@ -42,7 +42,8 @@ target_link_libraries(boost_locale
42
43
target_compile_definitions(boost_locale
44
PUBLIC BOOST_LOCALE_NO_LIB
45
- PRIVATE BOOST_LOCALE_SOURCE
+ # Source files already define BOOST_LOCALE_SOURCE
46
+ # PRIVATE BOOST_LOCALE_SOURCE
47
)
48
49
if(BUILD_SHARED_LIBS)
0 commit comments