mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
CMake: Interrogate bugfix for LINK and IMPORT keywords together
This commit is contained in:
parent
1401a1cc48
commit
c0b8b3c542
@ -262,7 +262,7 @@ function(add_python_module module)
|
||||
endif()
|
||||
endforeach(arg)
|
||||
|
||||
if(NOT link_keyword)
|
||||
if(NOT link_targets)
|
||||
set(link_targets ${targets})
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user