There was an error while loading. Please reload this page.
1 parent ef6a718 commit 9ab04a5Copy full SHA for 9ab04a5
app/CMakeLists.txt
@@ -464,15 +464,13 @@ if (IOS)
464
465
# Generate Framewrok Headers
466
foreach(hfile ${internal_HDRS})
467
- message(STATUS "hfile: ${hfile}")
468
string(FIND ${hfile} "firebase/" pos_firebase)
469
string(COMPARE NOTEQUAL ${pos_firebase} -1 find)
470
if(${find})
471
string(FIND ${hfile} "/" pos_e REVERSE)
472
math(EXPR pos_s "${pos_firebase} + 8")
473
math(EXPR len "${pos_e} - ${pos_s}")
474
string(SUBSTRING ${hfile} ${pos_s} ${len} dir)
475
- message(STATUS "subDir: ${dir}")
476
# file(COPY ${hfile} DESTINATION Headers/${dir})
477
set_property(SOURCE ${hfile} PROPERTY
478
MACOSX_PACKAGE_LOCATION Headers/${dir})
0 commit comments