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")