11# ###########################################################################
2- # CMake options of AREG SDK
2+ # CMake options of Areg SDK
33# Copyright 2022-2026 Aregtech
44# ###########################################################################
55
@@ -17,7 +17,7 @@ include(${AREG_CMAKE_CONFIG_DIR}/setup.cmake)
1717# set CMake tool settings
1818set (CMAKE_BUILD_TYPE ${AREG_BUILD_TYPE} CACHE STRING "Configuration Type" FORCE)
1919
20- # AREG SDK project name and version
20+ # Areg SDK project name and version
2121set (AREG_PROJECT_NAME "areg-sdk" )
2222set (AREG_PROJECT_VERSION "1.9.99.111" )
2323
@@ -26,7 +26,7 @@ set(PROJECT_NAME ${AREG_PROJECT_NAME})
2626set (PROJECT_VERSION ${AREG_PROJECT_VERSION} )
2727project ("${PROJECT_NAME} "
2828 VERSION "${PROJECT_VERSION} "
29- DESCRIPTION "AREG Communication Framework and Tools"
29+ DESCRIPTION "Areg Communication Framework and Tools"
3030 HOMEPAGE_URL "https://areg.tech"
3131 LANGUAGES CXX C)
3232
@@ -46,22 +46,22 @@ add_custom_command( TARGET areg-dummy PRE_BUILD
4646include_directories (${AREG_FRAMEWORK} )
4747include_directories (${AREG_THIRDPARTY} )
4848
49- # build AREG Framework thirdparty software
49+ # build Areg Framework thirdparty software
5050include (${AREG_THIRDPARTY} /CMakeLists.txt)
5151if (NOT AREG_SQLITE_FOUND)
5252 add_dependencies (aregsqlite3 areg-dummy)
5353endif ()
5454
55- # build AREG Framework software
55+ # build Areg Framework software
5656include (${AREG_FRAMEWORK} /CMakeLists.txt)
5757add_dependencies (areg areg-dummy)
5858
59- # build optional AREG project examples, if required
59+ # build optional Areg project examples, if required
6060if (AREG_BUILD_EXAMPLES)
6161 include (${AREG_EXAMPLES} /CMakeLists.txt)
6262endif ()
6363
64- # build optional AREG Framework unit tests, if required
64+ # build optional Areg Framework unit tests, if required
6565if (AREG_BUILD_TESTS)
6666 include (${AREG_TESTS} /CMakeLists.txt)
6767 if (NOT AREG_GTEST_FOUND)
@@ -83,6 +83,6 @@ endif()
8383printAregConfigStatus(
8484 TRUE
8585 "AREG"
86- "----------------------> AREG project CMake Status Report Begin <-----------------------"
87- "-----------------------> AREG project CMake Status Report End <------------------------"
86+ "----------------------> Areg project CMake Status Report Begin <-----------------------"
87+ "-----------------------> Areg project CMake Status Report End <------------------------"
8888)
0 commit comments