From 0f0c991891b6be076a9a367627201eceeb6d354e Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 1 Oct 2023 00:02:48 -0400 Subject: patch websocket accept extension and cmake C standard --- lib/Net.Compression/vnlib_compress/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/Net.Compression') diff --git a/lib/Net.Compression/vnlib_compress/CMakeLists.txt b/lib/Net.Compression/vnlib_compress/CMakeLists.txt index a7b6835..2e8f61b 100644 --- a/lib/Net.Compression/vnlib_compress/CMakeLists.txt +++ b/lib/Net.Compression/vnlib_compress/CMakeLists.txt @@ -37,9 +37,8 @@ endif() #Setup the compiler options -set(CMAKE_CXX_STANDARD 90) -set(CMAKE_CXX_STANDARD_REQUIRED ON) -set(DEFAULT_BUILD_TYPE "Release") +set(CMAKE_C_STANDARD 90) +set(CMAKE_C_STANDARD_REQUIRED ON) #enable position independent code (for shared libraries with exports) set(CMAKE_POSITION_INDEPENDENT_CODE ON) -- cgit