This commit is contained in:
Vitor Santos Costa
2018-02-22 09:33:43 +00:00
parent 1cdd8a482b
commit 81c7fc5d45
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
if (ANDROID)
set( GMP_ROOT ${CMAKE_SOURCE_DIR}/../../../gmp/${ANDROID_ABI} )
set( GMP_ROOT ${CMAKE_SOURCE_DIR}/../gmp/${ANDROID_ABI} )
if (EXISTS ${GMP_ROOT} )
message("Looking good for ${GMP_ROOT}")
set(GMP_INCLUDE_DIRS ${GMP_ROOT} CACHE PATH "include search path")