[CMake] Simple GLOB Expression

Mathieu Malaterre mathieu.malaterre at gmail.com
Fri Sep 19 10:12:17 EDT 2008


Hi there,

  I would like to write in a portable way the following cmake script:

FILE(GLOB myvar
  "${fullpath}"/*.DCM
  "${fullpath}"/*.dcm
)

  How do I check that the target system is case sensitive or not ?


Thanks,
-- 
Mathieu


More information about the CMake mailing list