dev: find boost's CMake Config file instead of module (#6499)

This commit is contained in:
pajlada
2025-09-27 14:42:35 +02:00
committed by GitHub
parent 82da4d8a49
commit 08b61be4ba
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ list(APPEND CMAKE_MODULE_PATH
project(twitch-eventsub-ws VERSION 0.1.0)
# Find boost on the system
find_package(Boost REQUIRED OPTIONAL_COMPONENTS json)
find_package(Boost REQUIRED CONFIG OPTIONAL_COMPONENTS json)
# Find OpenSSL on the system
find_package(OpenSSL REQUIRED)