From cafd49d62ef9b6fa61647b8a33bdd0ea40c81448 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Fri, 3 Mar 2017 21:39:48 -0300 Subject: [PATCH] Fixed another typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 148ffadfc..fbbd9d3d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -905,7 +905,7 @@ endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") else() # set(PYTHON_SUFFIX -python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}) # below are two variables that can be left empty for standard python, but must be set by the user for different python versions such as 3.5 - SET(PYTHON_SUFFIX "" CACHE STRING "Shiboken cmake file sufix. If left empty, system default python version will be used: ") + SET(PYTHON_SUFFIX "" CACHE STRING "Shiboken cmake file suffix. If left empty, system default python version will be used: ") SET(PYTHON_BASENAME "" CACHE STRING "Same as PYTHON_SUFFIX but for PySide. if left empty, PYTHON_SUFFIX will be used: ") if(DEFINED MACPORTS_PREFIX)