Skip to content

Commit df5c70b

Browse files
committed
cmake fix
1 parent 7c27244 commit df5c70b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/unit/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
# Official repository: https://github.com/cppalliance/beast2
88
#
99

10-
add_subdirectory(../../../url/extra/test_suite test_suite)
10+
if(NOT TARGET boost_url_test_suite)
11+
add_subdirectory(../../../url/extra/test_suite test_suite)
12+
endif()
1113

1214
file(GLOB_RECURSE PFILES CONFIGURE_DEPENDS *.cpp *.hpp)
1315
list(APPEND PFILES

0 commit comments

Comments
 (0)