CMake: Interrogate bugfix for LINK and IMPORT keywords together

This commit is contained in:
Sam Edwards 2018-04-15 00:35:49 -06:00
parent 1401a1cc48
commit c0b8b3c542

View File

@ -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()