Skip to content

Commit

Permalink
Change required cmake version to 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nong Li committed Jan 7, 2014
1 parent 9d9a187 commit 059e595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.6)

# where to put generated libraries
set(LIBRARY_OUTPUT_PATH "build")
Expand Down

0 comments on commit 059e595

Please sign in to comment.