Skip to content

Commit

Permalink
suppress warning from find boost module (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
HungMingWu authored Nov 28, 2024
1 parent 3f6542f commit 0d48fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ else()
endif()

# --- boost ---
find_package(Boost 1.82.0 QUIET)
find_package(Boost 1.82.0 CONFIG QUIET)
if(NOT Boost_FOUND)
message(STATUS "Using vendored boost_unordered header")

Expand Down

0 comments on commit 0d48fb9

Please sign in to comment.