On 2011-10-24 19:13+0100 Steve Schwartz wrote: > C:\Program Files\plplot\plplot_build>cmake "C:\Program Files\plplot > \plplot-5.9.9" -G "NMake Makefiles" -DBUILD_TEST=ON > -DENABLE_f77:BOOL=OFF -DENABLE_java:BOOL=OFF -DENABLE_python:BOOL=OFF > -DCMAKE_INSTALL_PATH="C:\Program Files\plplot\plplot_install" > > This runs ok, but warns > > Manually-specified variables were not used by the project: > > CMAKE_INSTALL_PATH
P.S. This is misspelled which is the reason you got the warning. CMAKE_INSTALL_PREFIX is presumably what was meant. So my concern with the order of the cmake options and pathname may not matter, but I would stick with the documented order in any case. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
