We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8858d54 commit 5cbe962Copy full SHA for 5cbe962
CMakeLists.txt
@@ -95,7 +95,7 @@ set(BUILD_SHARED_LIBS ON CACHE BOOL
95
set(FMT_TEST TRUE CACHE BOOL "Enable fmt tests")
96
add_subdirectory(fmt)
97
98
-find_package(Boost)
+find_package(Boost CONFIG)
99
100
set(FOLLY_DIR HINTS /Users/viz/homebrew/Cellar/folly/2022.11.14.00)
101
find_path(FOLLY_INCLUDE_DIR folly/Format.h HINTS ${FOLLY_DIR}/include)
0 commit comments