mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 08:19:02 +00:00
Fix 32-bit Android build for ARMv7 (#842)
Tested with currently supported Android NDK r21d. Signed-off-by: James Morrissey <james.morrissey@arm.com>
This commit is contained in:
committed by
GitHub
parent
0ee260b036
commit
dda37d93f7
@@ -4,7 +4,7 @@ set (${MODULE_NAME}_SOURCES
|
||||
Sleep.cpp test_conversions.cpp basic_test_conversions.cpp
|
||||
)
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCXX AND "${CLConform_TARGET_ARCH}" STREQUAL "ARM")
|
||||
if("${CLConform_TARGET_ARCH}" STREQUAL "ARM")
|
||||
list(APPEND ${MODULE_NAME}_SOURCES fplib.cpp)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user