multiple pathes in cmake variables
William A. Hoffman
billlist at nycap.rr.com
Sat Feb 11 19:30:20 CET 2006
At 01:13 PM 2/11/2006, William A. Hoffman wrote:
>hich was given as one path to FIND_PATH
>
>Have you tried it with / and not \? f:/daten/gnuwin32/include;c:/Programme/kdewin32/include?
Never mind, the problem is the usage of CMAKE_INCLUDE_PATH in the FIND_PATH.
I would say the way you can get this to work right now is this:
-DCMAKE_INCLUDE_PATH:STRING=f:\daten\gnuwin32\include;f:\daten\gnuwin32\include\libxml2;c:\Programme\kdewin32\include
-DCMAKE_LIBRARY_PATH:STRING=f:\daten\gnuwin32\lib;c:\Programme\kdewin32\lib
More information about the Kde-buildsystem
mailing list