diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-27 17:52:01 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-27 17:52:01 -0800 |
commit | 173241d023f962c1d6663cd63c3f692287d781cf (patch) | |
tree | 81803e060bb1b33601bd261da0fc4ea2ed80b0f7 | |
parent | ad45e43c8cd487d5ddbad0d7a48b2e0f86661de9 (diff) | |
parent | d0244e8390985911a1ba4f95ed64f40e56a40e7f (diff) | |
download | uhd-173241d023f962c1d6663cd63c3f692287d781cf.tar.gz uhd-173241d023f962c1d6663cd63c3f692287d781cf.tar.bz2 uhd-173241d023f962c1d6663cd63c3f692287d781cf.zip |
Merge branch 'master' into next
-rw-r--r-- | host/Modules/UHDPython.cmake | 2 |
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.") |