mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -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()
|
endif()
|
||||||
endforeach(arg)
|
endforeach(arg)
|
||||||
|
|
||||||
if(NOT link_keyword)
|
if(NOT link_targets)
|
||||||
set(link_targets ${targets})
|
set(link_targets ${targets})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user