I am trying to write a macro which goes through a given list of libraries. However the message call in the macro prints only the first item of the list. What am I doing wron
Quote the variable as you pass it to the macro:
FindLibs("${LIBRARY_NAMES_LIST}")