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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to