Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Set CMake required version to 2.8.5 for issue #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Aug 7, 2012
1 parent 0a31c36 commit acb9841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@
# Defines the CMake commands/policies # Defines the CMake commands/policies
cmake_minimum_required( VERSION 2.8 ) cmake_minimum_required( VERSION 2.8.5 )


# Set the project name # Set the project name
project( CYTHON_CMAKE_EXAMPLE ) project( CYTHON_CMAKE_EXAMPLE )
Expand Down

0 comments on commit acb9841

Please sign in to comment.