Skip to content

Commit 318ea72

Browse files
committed
cmake fix
1 parent ff61671 commit 318ea72

2 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
@@ -75,7 +75,7 @@ endforeach ()
7575
# Conditional dependencies
7676
if (NOT BOOST_URL_MRDOCS_BUILD)
7777
if (BOOST_HTTP_BUILD_TESTS)
78-
set(BOOST_HTTP_UNIT_TEST_LIBRARIES filesystem)
78+
set(BOOST_HTTP_UNIT_TEST_LIBRARIES asio filesystem)
7979
endif ()
8080
if (BOOST_HTTP_BUILD_EXAMPLES)
8181
# set(BOOST_HTTP_EXAMPLE_LIBRARIES json)

0 commit comments

Comments
 (0)