Browse Source

CMake: Remove INSTALL_PYTHON_SOURCE option

It's unused and easy to run "make" in between changes anyway
Sam Edwards 7 years ago
parent
commit
e882088421
1 changed files with 0 additions and 9 deletions
  1. 0 9
      dtool/Config.cmake

+ 0 - 9
dtool/Config.cmake

@@ -461,15 +461,6 @@ else()
   set(USE_DEBUG_PYTHON OFF)
   set(USE_DEBUG_PYTHON OFF)
 endif()
 endif()
 
 
-option(INSTALL_PYTHON_SOURCE
-  "Normally, Python source files are copied into the CMake library
-install directory, along with the compiled C++ library objects, when
-you make install.  If you prefer not to copy these Python source
-files, but would rather run them directly out of the source
-directory (presumably so you can develop them and make changes
-without having to reinstall), comment out this definition and put
-your source directory on your PYTHONPATH.")
-
 
 
 option(HAVE_VIDEO4LINUX
 option(HAVE_VIDEO4LINUX
   "Set this to enable webcam support on Linux." ${IS_LINUX})
   "Set this to enable webcam support on Linux." ${IS_LINUX})