build: newer Aptina SDK drops the _64 library suffix
This commit is contained in:
parent
2692036550
commit
37aaea1022
@ -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 ()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user