Skip to content

Commit 63a60e9

Browse files
committed
cmake fix and rename files as duplicate names was causing b2 build errors
1 parent 5f16b6b commit 63a60e9

6 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
/.vscode/
2+
/.cache/
3+
/.clangd
24
/build/*
35
!/build/Jamfile
46
/out/
5-
CMakeUserPresets.json
7+
/CMakeUserPresets.json
8+
/tmpclaude-*-cwd
69

710
# CMake artifacts (if accidentally run from source dir)
811
#CMakeCache.txt

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ endforeach ()
7676
# Conditional dependencies
7777
if (NOT BOOST_URL_MRDOCS_BUILD)
7878
if (BOOST_HTTP_BUILD_TESTS)
79-
set(BOOST_HTTP_UNIT_TEST_LIBRARIES filesystem)
79+
set(BOOST_HTTP_UNIT_TEST_LIBRARIES asio filesystem)
8080
endif ()
8181
if (BOOST_HTTP_BUILD_EXAMPLES)
8282
# set(BOOST_HTTP_EXAMPLE_LIBRARIES json)

0 commit comments

Comments
 (0)