From 03100b47c11e3093db82575ceef3d5263700d557 Mon Sep 17 00:00:00 2001 From: OM Date: Thu, 18 May 2023 20:24:09 +0200 Subject: [PATCH] Set the project name to openmohaa --- CMakeLists.txt | 2 +- code/gamespy/gcd.cmake | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 025141b7..33754d3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(omohaaded) +project(openmohaa) include(TargetArch.cmake) diff --git a/code/gamespy/gcd.cmake b/code/gamespy/gcd.cmake index 377a166b..fa39bbf1 100644 --- a/code/gamespy/gcd.cmake +++ b/code/gamespy/gcd.cmake @@ -1,7 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(gcd) - set(CURRENT_DIR "code/gamespy") include_directories("${CURRENT_DIR}/common")