On 7/2/07, Mehdi Rabah <[EMAIL PROTECTED]> wrote:
Hi everyone,

I have really simple problem but I can't find the solution :

ADD_CUSTOM_COMMAND( OUTPUT ${SPEC_FILE}
        COMMAND ${CMAKE_COMMAND} -E echo "/*" > echo.txt
)

With this command, cmake generate, using VERBATIM or not, this text :

/bin /boot /cdrom /dev /etc /home /initrd /initrd.img /initrd.img.old /lib
/local_home /lost+found /media /mnt /opt /proc /root /sbin /srv /sys /tmp
/usr /var /vmlinuz /vmlinuz.old

What can I do to just echo  "/*"

Try "//*"

Cheers,
Brandon Van Every
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to