From 72555a6569db7ae977fa80aac42b900d96ffdb6d Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周一, 04 5月 2020 11:20:41 +0800
Subject: [PATCH] older version of boost seem have issues with arguments containing commas

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

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1c14fc3..6c4253f 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)

--
Gitblit v1.9.1