From 8d405b265285c368df2e9cf1c14acee7532e0ee7 Mon Sep 17 00:00:00 2001
From: nancy.liao <huihui.liao@greentest.com.cn>
Date: 摹曛, 29 5月 2025 18:14:38 +0800
Subject: [PATCH] Merge branch 'develop' of http://139.9.88.116:3000/r/module/open-license-manager into develop

---
 src/CMakeLists.txt |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1c14fc3..fcff40d 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,5 +1,3 @@
-#for no reason overwrite it (maybe it's manually customized)
-
 IF (NOT LCC_PROJECT_MAGIC_NUM) 
 	set(LCC_PROJECT_MAGIC_NUM 0)  
 ENDIF (NOT LCC_PROJECT_MAGIC_NUM)
@@ -9,4 +7,5 @@
 		"${LCC_INCLUDE_DIR}/licensecc_properties.h")
 ENDIF(NOT EXISTS "${LCC_INCLUDE_DIR}/licensecc_properties.h")
 
-add_subdirectory("library")
\ No newline at end of file
+add_subdirectory("library")
+

--
Gitblit v1.9.1