Skip to content

Commit

Permalink
Test Android API version
Browse files Browse the repository at this point in the history
  • Loading branch information
EDDragonWolf committed Mar 23, 2018
1 parent 7068e50 commit 63e7bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ endif()
if(ANDROID)
set(ATOMIC libatomic.a)
endif()
message(${__ANDROID_API__})
message(STATUS ${__ANDROID_API__})
if(CMAKE_C_COMPILER_ID STREQUAL "Clang" AND ARCH_WIDTH EQUAL "32" AND NOT IOS)
find_library(ATOMIC atomic)
list(APPEND EXTRA_LIBRARIES ${ATOMIC})
Expand Down

0 comments on commit 63e7bee

Please sign in to comment.