From 9fdd4670b7b0e6745a327c0473d71914f604305d Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 22 Oct 2023 22:46:29 +0200 Subject: [PATCH] build: Don't bundle SDK by default --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b7af99c9..6fd006dcd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,4 +65,3 @@ add_subdirectory(tests EXCLUDE_FROM_ALL) # Configure packaging createPackage() generatePDBs() -generateSDKDirectory() \ No newline at end of file