[CMake] CMakeSetup broken, fails in the root directory

Dataflow dataflow at mtnl.net.in
Sat Jul 22 02:57:29 EDT 2006


I have several small utilities and trial programs, each zipped up nicely with its own CMakeLists.txt file and stashed away for a rainy day.
Say:
--------------
project(test)

add_executable(test
    test.cpp
    )
--------------
When needed, these are unzipped in the RAMDRIVE and compiled there. Use of ramdrive makes it easy to just copy the resulting exe and do the cleanup.

With 2.4.2, the CMakeSetup has started to fail while recognizing the source files, saying that "can not find file g:test.cpp", where g: is the ramdrive. This happens for within-source & out-of-source builds. I have tried using 'g:\', 'g:/', 'g:' ....
I have verified that this fails also in the other root directories, such as c:\, d:\ etc.

This used to work with the earlier versions, that's why I have several of these.
- Rajiv
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20060722/70324b27/attachment-0001.htm


More information about the CMake mailing list