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 e9403da commit 827426dCopy full SHA for 827426d
CMakeLists.txt
@@ -1,5 +1,4 @@
1
-# Generated by `boostdep --cmake program_options`
2
-# Copyright 2020 Peter Dimov
+# Copyright 2020, 2021 Peter Dimov
3
# Distributed under the Boost Software License, Version 1.0.
4
# https://www.boost.org/LICENSE_1_0.txt
5
@@ -45,7 +44,8 @@ target_link_libraries(boost_program_options
45
44
46
target_compile_definitions(boost_program_options
47
PUBLIC BOOST_PROGRAM_OPTIONS_NO_LIB
48
- PRIVATE BOOST_PROGRAM_OPTIONS_SOURCE
+ # Source files already define BOOST_PROGRAM_OPTIONS_SOURCE
+ # PRIVATE BOOST_PROGRAM_OPTIONS_SOURCE
49
)
50
51
if(BUILD_SHARED_LIBS)
@@ -59,4 +59,3 @@ if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
59
add_subdirectory(test)
60
61
endif()
62
-
0 commit comments