From 942ba80dae253fef93094d178da3ce0abc47da5d Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Fri, 18 Dec 2015 12:37:19 +0100 Subject: CMake: Cleanup: Strip text from endif/else REVIEW: 126414 --- attic/modules/PythonMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'attic/modules/PythonMacros.cmake') diff --git a/attic/modules/PythonMacros.cmake b/attic/modules/PythonMacros.cmake index 4ae5a3c7..0abaccbd 100644 --- a/attic/modules/PythonMacros.cmake +++ b/attic/modules/PythonMacros.cmake @@ -31,7 +31,7 @@ MACRO(PYTHON_INSTALL SOURCE_FILE DESINATION_DIR) if(WIN32) string(REGEX REPLACE ".:/" "/" _basepath "${_basepath}") - endif(WIN32) + endif() SET(_bin_py ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filename}) SET(_bin_pyc ${CMAKE_CURRENT_BINARY_DIR}/${_basepath}/${_filenamebase}.pyc) -- cgit v1.2.1