From 5b6d57eb140414cb2dd5b5a95525d028e1dfdbdc Mon Sep 17 00:00:00 2001 From: Marcus Llewellyn Date: Sun, 17 May 2020 14:13:38 -0500 Subject: [PATCH] Update CMakeLists.txt Change Visual Studio solution name to `vircadia` --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ecbfd2eed9..1637a1b180 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,7 +97,7 @@ endif() option(VCPKG_APPLOCAL_DEPS OFF) -project(athena) +project(vircadia) include("cmake/init.cmake") include("cmake/compiler.cmake") option(VCPKG_APPLOCAL_DEPS OFF)