mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
CMake: Nuke PYTHON_NATIVE
The old Python bindings aren't a thing anymore. This is assumed ON.
This commit is contained in:
parent
0b940b0588
commit
897e3b9e5b
@ -256,13 +256,6 @@ This is only necessary if you plan to make calls into Panda from a
|
||||
program written in Python. This is done only if HAVE_PYTHON is also
|
||||
true." ON)
|
||||
|
||||
set(PYTHON_NATIVE
|
||||
"Define this true to use the new interrogate feature to generate
|
||||
Python-native objects directly, rather than requiring a separate
|
||||
FFI step. This loads and runs much more quickly than the original
|
||||
mechanism. Define this false (that is, empty) to use the original
|
||||
interfaces." ON)
|
||||
|
||||
set(INTERROGATE_C_INTERFACE
|
||||
"Do you want to generate a C-callable interrogate interface? This
|
||||
generates an interface similar to the Python interface above, with
|
||||
@ -294,7 +287,7 @@ and cannot run the built version), specify its name instead.")
|
||||
set(INTERROGATE_MODULE "interrogate_module" CACHE STRING
|
||||
"Same as INTERROGATE, except for the interrogate_module binary.")
|
||||
|
||||
mark_as_advanced(PYTHON_NATIVE INTERROGATE_OPTIONS)
|
||||
mark_as_advanced(INTERROGATE_OPTIONS)
|
||||
|
||||
if(NOT CMAKE_CROSSCOMPILING)
|
||||
mark_as_advanced(INTERROGATE INTERROGATE_MODULE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user