Hi all,

I'm trying to do the following:

file(GLOB PLUGINS plugins/*)

This returns all the absolute paths to the plugins. Which is fine.

But, when I try:

file(GLOB PLUGINS RELATIVE plugins/*)

It gives me an error about "file GLOB requires a glob expression after the
directory"


Is this a bug in CMake? Or is it something I am interpreting wrong?


Thanks,
Steven
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to