Skip to content

Commit 5cbe962

Browse files
committed
Find Boost via config
1 parent 8858d54 commit 5cbe962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ set(BUILD_SHARED_LIBS ON CACHE BOOL
9595
set(FMT_TEST TRUE CACHE BOOL "Enable fmt tests")
9696
add_subdirectory(fmt)
9797

98-
find_package(Boost)
98+
find_package(Boost CONFIG)
9999

100100
set(FOLLY_DIR HINTS /Users/viz/homebrew/Cellar/folly/2022.11.14.00)
101101
find_path(FOLLY_INCLUDE_DIR folly/Format.h HINTS ${FOLLY_DIR}/include)

0 commit comments

Comments
 (0)