Skip to content

Commit 2fcab0f

Browse files
committed
Add link to docs
[skip ci]
1 parent db1b534 commit 2fcab0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

os/android.cmake

+4-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ endif()
3232
set(CMAKE_SYSTEM_NAME "Android")
3333

3434
if(CMAKE_VERSION VERSION_LESS 3.7.1)
35-
polly_fatal_error("Minimum CMake version for Android is 3.7.1")
35+
polly_fatal_error(
36+
"Minimum CMake version for Android is 3.7.1:"
37+
"* http://polly.readthedocs.io/en/latest/toolchains/android.html#android-ndk-x-api-y"
38+
)
3639
endif()
3740

3841
macro(find_host_program)

0 commit comments

Comments
 (0)