iOS: fixed install script (#785 #741)

This commit is contained in:
matlabbe
2021-11-16 18:11:40 -05:00
parent 459c7b2bd7
commit 5fcbe2ed70
2 changed files with 14 additions and 6 deletions

View File

@@ -718,7 +718,7 @@ endforeach(arg ${RESOURCES})
#MESSAGE(STATUS "RESOURCES = ${RESOURCES}")
#MESSAGE(STATUS "RESOURCES_HEADERS = ${RESOURCES_HEADERS}")
IF(ANDROID)
IF(ANDROID OR IOS)
IF(NOT RTABMAP_RES_TOOL)
find_host_program(RTABMAP_RES_TOOL rtabmap-res_tool PATHS ${PROJECT_BINARY_DIR}/../bin)