Skip to content

Commit

Permalink
Show STL type in CMake status report
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kamaev committed Dec 22, 2012
1 parent 9944282 commit d6d1d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -565,6 +565,7 @@ if(ANDROID)
status("")
status(" Android: ")
status(" Android ABI:" ${ANDROID_ABI})
status(" STL type:" ${ANDROID_STL})
status(" Native API level:" android-${ANDROID_NATIVE_API_LEVEL})
status(" SDK target:" "${ANDROID_SDK_TARGET}")
if(BUILD_WITH_ANDROID_NDK)
Expand Down

0 comments on commit d6d1d20

Please sign in to comment.