Hi,

I am using the FindPkgConfig.cmake module.  One of the results it
produces is <XPREFIX>_CFLAGS .  This variable is a cmake semicolon
separated list.  However, I cannot figure how I am supposed use this
variable without expanding the list.  It seems that this should be a
space separated single variable.  Correct?

This does not seem to be the case for <XPREFIX>_INCLUDE_DIRS and
<XPREFIX>_LIBRARIES because include_directories() and
target_link_libraries() expect a list as an argument.

Matt
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to