From d0244e8390985911a1ba4f95ed64f40e56a40e7f Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 27 Dec 2010 17:41:42 -0800 Subject: cmake: fix typo in setup python interp --- host/Modules/UHDPython.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/Modules/UHDPython.cmake b/host/Modules/UHDPython.cmake index 49f74ae88..cad549ea4 100644 --- a/host/Modules/UHDPython.cmake +++ b/host/Modules/UHDPython.cmake @@ -40,7 +40,7 @@ ELSE(PYTHON_EXECUTABLE) ENDIF(PYTHON_EXECUTABLE) #make the path to the executable appear in the cmake gui -SET(PYTHON_EXECUTABLE ${PYTHON_EXECUTABLE} CACHE PYTHON_EXECUTABLE "python interpreter") +SET(PYTHON_EXECUTABLE ${PYTHON_EXECUTABLE} CACHE FILEPATH "python interpreter") IF(NOT PYTHONINTERP_FOUND) MESSAGE(FATAL_ERROR "Error: Python interpretor required by the build system.") -- cgit v1.2.3