diff --git a/CMakeLists.txt b/CMakeLists.txt index 69b631b..23935c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20) # Set the project name and version -project(main VERSION 1.0.0 HOMEPAGE_URL "https://git.noorlander.info" DESCRIPTION "Demo embedded linux C project" LANGUAGES C) +project(main VERSION 1.0.0 HOMEPAGE_URL "https://git.noorlander.info/E.Noorlander/Cmake_C_Project" DESCRIPTION "Demo embedded linux C project" LANGUAGES C) # Set a custom application name and definitions set(BIN_NAME "test")