Hi,

In the folder "Spatial" there are multiple files. Among them are the following:

cspacedefconfig.h
cspacedef.h
cspacediscr.h
cspacediscrconfig.h

Executing the following commands:

FILE(GLOB SPATIAL_HDR1 "Spatial/csp*[^config].h")
FILE(GLOB SPATIAL_HDR2 "Spatial/csp*.h")

MESSAGE(STATUS ${SPATIAL_HDR1})
MESSAGE(STATUS ${SPATIAL_HDR2})

The first Message only outputs cspacediscr.h (and NOT cspacedef.h).
The second Message does output cspacedef.h (and also the rest of the files).
Why does the first message not output cspacedef.h?

The problem occured with CMake 2.6, but I just tried out 2.8RC3 and I get the same results....

Regards,

Luis
_______________________________________________
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