Skip to content

Commit

Permalink
Update platform.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Feb 1, 2024
1 parent 9421644 commit d5be4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1k/platform.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ elseif(CMAKE_GENERATOR MATCHES Visual)
endif()

function(_1k_deprecated_32bit project_name release_ver)
if(("${ARCH_ALIAS}" MATCHES "x86") OR ("${ARCH_ALIAS}" MATCHES "armeabi-v7a"))
if(("${ARCH_ALIAS}" STREQUAL "x86") OR ("${ARCH_ALIAS}" MATCHES "armeabi-v7a"))
message(WARNING "Building 32-bit[${ARCH_ALIAS}] ${project_name} is deprecated, and will be removed in next release ${release_ver}")
endif()
endfunction()

0 comments on commit d5be4bf

Please sign in to comment.