diff --git a/CMakeLists.txt b/CMakeLists.txt index e74cecf..a38a7da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,10 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND CMAKE_SYSTEM_NAME MATCHES "Windows") add_compile_options(-Wa,-mbig-obj) endif() +if(DEFINED IOS_ISH) + message(STATUS "INPUT IOS_ISH ${IOS_ISH}") +endif() + set(CMAKE_DEBUG_POSTFIX "d") message(STATUS "System: ${CMAKE_SYSTEM_NAME}") message(STATUS "Compiler CXX ID: ${CMAKE_CXX_COMPILER_ID}") diff --git a/filecomplete b/filecomplete index 715c915..8789d06 160000 --- a/filecomplete +++ b/filecomplete @@ -1 +1 @@ -Subproject commit 715c9155bf35d60a93ae418945900586f93c34c2 +Subproject commit 8789d0695a5d83c1e918a5f7afe851a01d50cb76