From b923c3f7f1e88a702ee7aa70dd8a000151eaeb19 Mon Sep 17 00:00:00 2001 From: Marcus Llewellyn Date: Wed, 18 Dec 2019 17:33:35 -0600 Subject: [PATCH] Update Primary CMakeLists project name to Athena Having a "hifi.sln" file feels wrong. Let's fix that. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d45081570b..b2dc89d105 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -82,7 +82,7 @@ if(NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg.cmake") endif() include("${CMAKE_BINARY_DIR}/vcpkg.cmake") -project(hifi) +project(athena) include("cmake/init.cmake") include("cmake/compiler.cmake")