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

Minor fix for windows #7

Merged
merged 1 commit into from Jan 23, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/FindCython.cmake
Expand Up @@ -22,7 +22,7 @@
# limitations under the License. # limitations under the License.
#============================================================================= #=============================================================================


find_program( CYTHON_EXECUTABLE NAMES cython ) find_program( CYTHON_EXECUTABLE NAMES cython cython.bat )


include( FindPackageHandleStandardArgs ) include( FindPackageHandleStandardArgs )
FIND_PACKAGE_HANDLE_STANDARD_ARGS( Cython REQUIRED_VARS CYTHON_EXECUTABLE ) FIND_PACKAGE_HANDLE_STANDARD_ARGS( Cython REQUIRED_VARS CYTHON_EXECUTABLE )
Expand Down