Commit 83171f8c authored by Davis King's avatar Davis King

Updated cmake required version

parent 0866d03a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# it by defining some CMake variables and then include(cmake_swig_jni). You # it by defining some CMake variables and then include(cmake_swig_jni). You
# would make a CMakeLists.txt file that looks like the following: # would make a CMakeLists.txt file that looks like the following:
# #
# cmake_minimum_required (VERSION 2.8.4) # cmake_minimum_required (VERSION 2.8.12)
# project (example) # project (example)
# set(java_package_name "org.mycompany") # set(java_package_name "org.mycompany")
# set(source_files # set(source_files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment