Skip to content

Commit

Permalink
Revert if condition
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
  • Loading branch information
ivanpauno committed Jul 17, 2020
1 parent d2aeb63 commit 13fada7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if(NOT _exported_dependencies STREQUAL "")
endif()

get_target_property(_imported_configurations ${_target} IMPORTED_CONFIGURATIONS)
if("$<CONFIG>" IN_LIST _imported_configurations)
if(_imported_configurations)
get_target_property(_imported_implib ${_target} IMPORTED_IMPLIB_$<CONFIG>)
if(_imported_implib)
list(APPEND _libraries "${_imported_implib}")
Expand Down

0 comments on commit 13fada7

Please sign in to comment.