Skip to content

Commit 11726ff

Browse files
committed
add FetchContent
1 parent eb08d99 commit 11726ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ endif()
1111
find_package(nlohmann_json CONFIG REQUIRED)
1212
find_package(OpenSSL REQUIRED)
1313

14+
include(FetchContent)
15+
1416
find_package(slick-net 2.1.0 CONFIG QUIET)
1517
if (NOT slick-net_FOUND)
1618
message(STATUS "Fetching slick-net...")

0 commit comments

Comments
 (0)