Browse Source

Fix syntax problems in Config.cmake.

Sam Edwards 12 years ago
parent
commit
456967069e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      dtool/Config.cmake

+ 4 - 4
dtool/Config.cmake

@@ -374,9 +374,9 @@ depending on which architecture should be targeted.")
 set_property(CACHE ANDROID_ABI PROPERTY STRINGS
 set_property(CACHE ANDROID_ABI PROPERTY STRINGS
   armeabi armeabi-v7a x86 mips)
   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")
 if(ANDROID_ARCH STREQUAL "arm")
   set(ANDROID_TOOLCHAIN "arm-linux-androideabi")
   set(ANDROID_TOOLCHAIN "arm-linux-androideabi")
 else()
 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
 files, but would rather run them directly out of the source
 directory (presumably so you can develop them and make changes
 directory (presumably so you can develop them and make changes
 without having to reinstall), comment out this definition and put
 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?
 # Is OpenSSL installed, and where?