Alexander Neundorf wrote:
Von: "Brandon J. Van Every" <[EMAIL PROTECTED]>Well it doesn't work on my Windows command prompt. Here's my testscript:MESSAGE("${DEPRESSING}") and here's my command line: E:\devel>cmake -P bwah.cmake -DDEPRESSING=killme E:\devel>I wondered why it doesn't work for me neither, but... try this:E:\devel>cmake -DDEPRESSING=killme -P bwah.cmake Huh. Done your way, it works. Now, I think that's a bug. I don't think the order of the flags should matter. Cheers, Brandon Van Every |
_______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake