diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-27 17:41:42 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-27 17:41:42 -0800 |
commit | d0244e8390985911a1ba4f95ed64f40e56a40e7f (patch) | |
tree | 0953be8c5e1d71488993c04d59e602bbbcd0252f /host/Modules | |
parent | 7d3842dbd01175dc04cbd77e852b30af3ab5ac35 (diff) | |
download | uhd-d0244e8390985911a1ba4f95ed64f40e56a40e7f.tar.gz uhd-d0244e8390985911a1ba4f95ed64f40e56a40e7f.tar.bz2 uhd-d0244e8390985911a1ba4f95ed64f40e56a40e7f.zip |
cmake: fix typo in setup python interp
Diffstat (limited to 'host/Modules')
-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.") |