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 7c27244 commit df5c70bCopy full SHA for df5c70b
test/unit/CMakeLists.txt
@@ -7,7 +7,9 @@
7
# Official repository: https://github.com/cppalliance/beast2
8
#
9
10
-add_subdirectory(../../../url/extra/test_suite test_suite)
+if(NOT TARGET boost_url_test_suite)
11
+ add_subdirectory(../../../url/extra/test_suite test_suite)
12
+endif()
13
14
file(GLOB_RECURSE PFILES CONFIGURE_DEPENDS *.cpp *.hpp)
15
list(APPEND PFILES
0 commit comments