From e8820884213f1582fc1f82dfdc0dafebd4ef0f2e Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Tue, 20 Feb 2018 13:55:28 -0700 Subject: [PATCH] CMake: Remove INSTALL_PYTHON_SOURCE option It's unused and easy to run "make" in between changes anyway --- dtool/Config.cmake | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dtool/Config.cmake b/dtool/Config.cmake index 3181818630..bc7474b1c5 100644 --- a/dtool/Config.cmake +++ b/dtool/Config.cmake @@ -461,15 +461,6 @@ else() set(USE_DEBUG_PYTHON OFF) 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 "Set this to enable webcam support on Linux." ${IS_LINUX})