Hi, During the process of porting our build system to CMake 2.8 (coming from 2.6), I found that the following code returns and empty list on linux: file(GLOB tmp_src "${param}/*.c??")
On windows it works well. Also if I use CMake 2.6, it works well for both windows and linux. The CMake version is: cmake version 2.8.0 I apologize if this issue is a bug and has been fixed, but I spent quite a bit of time chasing this and have come up with nothing. Any ideas? Thanks.
_______________________________________________ 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