build: newer Aptina SDK drops the _64 library suffix

This commit is contained in:
Joshua M. Doe 2020-02-27 09:59:31 -05:00
parent 2692036550
commit 37aaea1022

View File

@ -16,7 +16,7 @@ if (NOT APTINA_DIR)
endif () endif ()
if (CMAKE_SIZEOF_VOID_P MATCHES "8") if (CMAKE_SIZEOF_VOID_P MATCHES "8")
set(_LIB_NAME "apbase_64") set(_LIB_NAME "apbase")
else () else ()
set(_LIB_NAME "apbase") set(_LIB_NAME "apbase")
endif () endif ()