summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-12-27 17:52:01 -0800
committerJosh Blum <josh@joshknows.com>2010-12-27 17:52:01 -0800
commit173241d023f962c1d6663cd63c3f692287d781cf (patch)
tree81803e060bb1b33601bd261da0fc4ea2ed80b0f7
parentad45e43c8cd487d5ddbad0d7a48b2e0f86661de9 (diff)
parentd0244e8390985911a1ba4f95ed64f40e56a40e7f (diff)
downloaduhd-173241d023f962c1d6663cd63c3f692287d781cf.tar.gz
uhd-173241d023f962c1d6663cd63c3f692287d781cf.tar.bz2
uhd-173241d023f962c1d6663cd63c3f692287d781cf.zip
Merge branch 'master' into next
-rw-r--r--host/Modules/UHDPython.cmake2
1 files changed, 1 insertions, 1 deletions
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.")