Hi,

The colon ...

> The way you do that is inside cmake/modules/plplot.cmake try
> 
> message("original CMAKE_INCLUDE_PATH = ${CMAKE_INCLUDE_PATH}")
> if(CMAKE_INCLUDE_PATH)
>    set(CMAKE_INCLUDE_PATH "${CMAKE_INSTALL_PREFIX}:${CMAKE_INCLUDE_PATH}")
                                                     ^
                                                     |

... will break the Windows build, since for Windows we need a semicolon. 
But for Windows we wouldn't need this solution anyway, so we should 
embrace that lines between

if( UNIX OR CYGWIN OR MSYS )
   [...]
endif( UNIX OR CYGWIN OR MSYS )

or similar.

Regards,
Werner

-- 
Dipl. Ing. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: [EMAIL PROTECTED]
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
        +43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to