On 13.7.2018 at 10:48 Patrice Guérin wrote:
    ZLIB_INCLUDE_DIR=$(EXTERN_DEV)/zlib/1.2.11/include

        Hi,
while Linux shell uses '$' to mark a variable for expansion, Windows uses '%' instead. If you've the cmake command part of some .bat file,
then something like:

  cmake -G "..." -DZLIB_INCLUDE_DIR=%EXTERN_DEV%/zlib/1.2.11/include ...

should do the trick. I mean, if you want the shell (command line) to expand the variable.
        Bye,
        zyx

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to