From 71836f09e3dfbe5cfaf7cc2dceae37144b2f69e0 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Sun, 18 Feb 2018 20:42:59 -0700 Subject: [PATCH] CMake: Remove references to genPyCode --- dtool/Config.cmake | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dtool/Config.cmake b/dtool/Config.cmake index 6b1ebd89cb..8b48b1e97d 100644 --- a/dtool/Config.cmake +++ b/dtool/Config.cmake @@ -461,16 +461,6 @@ else() set(USE_DEBUG_PYTHON OFF) endif() -set(GENPYCODE_LIBS - "libpandaexpress;libpanda;libpandaphysics;libp3direct;libpandafx;libp3vision;libpandaode;libp3vrpn" - CACHE STRING - "Define the default set of libraries to be instrumented by -genPyCode. You may wish to add to this list to add your own -libraries, or if you want to use some of the more obscure -interfaces like libpandaegg and libpandafx.") - -mark_as_advanced(GENPYCODE_LIBS) - option(INSTALL_PYTHON_SOURCE "Normally, Python source files are copied into the CMake library install directory, along with the compiled C++ library objects, when