Skip to content

Commit 9ab04a5

Browse files
authored
remove log messages
1 parent ef6a718 commit 9ab04a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,15 +464,13 @@ if (IOS)
464464

465465
# Generate Framewrok Headers
466466
foreach(hfile ${internal_HDRS})
467-
message(STATUS "hfile: ${hfile}")
468467
string(FIND ${hfile} "firebase/" pos_firebase)
469468
string(COMPARE NOTEQUAL ${pos_firebase} -1 find)
470469
if(${find})
471470
string(FIND ${hfile} "/" pos_e REVERSE)
472471
math(EXPR pos_s "${pos_firebase} + 8")
473472
math(EXPR len "${pos_e} - ${pos_s}")
474473
string(SUBSTRING ${hfile} ${pos_s} ${len} dir)
475-
message(STATUS "subDir: ${dir}")
476474
# file(COPY ${hfile} DESTINATION Headers/${dir})
477475
set_property(SOURCE ${hfile} PROPERTY
478476
MACOSX_PACKAGE_LOCATION Headers/${dir})

0 commit comments

Comments
 (0)