Skip to content

Set imported targets IMPORTED_IMPLIB property

Julien Schueller requested to merge (removed):locationprop into master

Now that we have a working vtk_detect_library_type macro for mingw (!5578 (merged)) we also want to set the right location property: either IMPORTED_LOCATION (if STATIC) or IMPORTED_IMPLIB (if shared and win32) Adding both is the easiest way.

cc @ben.boeckel

Edited by Julien Schueller

Merge request reports