From fdfc0a748bf5afa307a504b59f5d6b46910158e7 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sat, 13 May 2023 12:10:32 +0200 Subject: [PATCH] Remove extraneous project --- r5dev/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/r5dev/CMakeLists.txt b/r5dev/CMakeLists.txt index 0e10f6f9..33ca6f05 100644 --- a/r5dev/CMakeLists.txt +++ b/r5dev/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required( VERSION 3.16 ) -project( sdk ) set( FOLDER_CONTEXT "Foundation" ) add_subdirectory( vpc ) # VPC and Tier0 must be the first as this creates the shared PCH!