From 19ef155749bc7d1a975437c967648aaed6f8d7dc Mon Sep 17 00:00:00 2001 From: Jop Zitman Date: Fri, 13 Dec 2024 10:58:06 +0800 Subject: [PATCH] Stupid error --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d174194..fdfe13d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,9 @@ if(BUILD_LOGLIB) list(APPEND PICOQUIC_COMPILE_DEFINITIONS BUILD_LOGLIB) endif() +if(POLICY CMP0048) + cmake_policy(SET CMP0048 NEW) +endif() add_subdirectory(extern/picoquic) add_executable(slipstream