From 456967069e14b63d3bdd87709d24e8a08196f794 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Mon, 27 Jan 2014 10:09:07 -0700 Subject: [PATCH] Fix syntax problems in Config.cmake. --- dtool/Config.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dtool/Config.cmake b/dtool/Config.cmake index 96c58dfc0d..4fc5e17b38 100644 --- a/dtool/Config.cmake +++ b/dtool/Config.cmake @@ -374,9 +374,9 @@ depending on which architecture should be targeted.") set_property(CACHE ANDROID_ABI PROPERTY STRINGS armeabi armeabi-v7a x86 mips) -set(ANDROID_STL "gnustl_shared" CACHE STRING) -set(ANDROID_PLATFORM "android-9" CACHE STRING) -set(ANDROID_ARCH "arm" CACHE STRING) +set(ANDROID_STL "gnustl_shared" CACHE STRING "") +set(ANDROID_PLATFORM "android-9" CACHE STRING "") +set(ANDROID_ARCH "arm" CACHE STRING "") if(ANDROID_ARCH STREQUAL "arm") set(ANDROID_TOOLCHAIN "arm-linux-androideabi") else() @@ -447,7 +447,7 @@ you make install. If you prefer not to copy these Python source files, but would rather run them directly out of the source directory (presumably so you can develop them and make changes without having to reinstall), comment out this definition and put -your source directory on your PYTHONPATH.) +your source directory on your PYTHONPATH.") # Is OpenSSL installed, and where?