Skip to content

Commit

Permalink
Fixes proposed for #201 applied.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Dec 5, 2023
1 parent 69a1d9d commit 1f0234d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if (RESTINIO_ASIO_SOURCE STREQUAL "standalone")
else ()
if (RESTINIO_DEP_BOOST_ASIO STREQUAL "find")
find_package(Boost REQUIRED)
find_package(Boost REQUIRED COMPONENTS headers regex)
find_package(Boost REQUIRED COMPONENTS regex)
endif ()
endif ()

Expand Down
2 changes: 1 addition & 1 deletion dev/restinio/cmake/restinio-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if(RESTINIO_ASIO_SOURCE STREQUAL "standalone")
endif ()
else ()
if (RESTINIO_DEP_BOOST_ASIO STREQUAL "find")
find_dependency(boost)
find_dependency(Boost)
endif ()
endif ()

Expand Down

0 comments on commit 1f0234d

Please sign in to comment.