From f9a451894939d3c8cff2cdb197e9897b06827960 Mon Sep 17 00:00:00 2001 From: Marcel Plch Date: Sun, 29 Sep 2024 22:08:04 +0200 Subject: [PATCH] Correct project name in CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3362a59..802a49e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # CMake entry point cmake_minimum_required (VERSION 3.27.1) -project(OpenGL_Analog_Clock C) +project(CX C) cmake_policy(SET CMP0072 NEW) find_package(OpenGL REQUIRED)