[sword-svn] r3564 - trunk/cmake
greg.hellings at crosswire.org
greg.hellings at crosswire.org
Tue Jan 16 14:24:44 MST 2018
Author: greg.hellings
Date: 2018-01-16 14:24:44 -0700 (Tue, 16 Jan 2018)
New Revision: 3564
Modified:
trunk/cmake/options.cmake
Log:
Fix behavior of CMake Python option
Modified: trunk/cmake/options.cmake
===================================================================
--- trunk/cmake/options.cmake 2018-01-09 01:59:46 UTC (rev 3563)
+++ trunk/cmake/options.cmake 2018-01-16 21:24:44 UTC (rev 3564)
@@ -44,7 +44,7 @@
_SET_FANCY(SHARE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/share" "Directory to install global data files. Defaults to ${SWORD_INSTALL_DIR}/share.")
-_SET_FANCY(SWORD_PYTHON_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}" CACHE STRING "Directory where the Python bindings will be installed. Defaults to default Python path.")
+_SET_FANCY(SWORD_PYTHON_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}" STRING "Directory where the Python bindings will be installed. Defaults to default Python path.")
# Post-processing of variables
MACRO(PROCESS_VERSION LEVEL VALUE)
More information about the sword-cvs
mailing list