After building plplot I want to install it on my computer with VS 2012 Win64. I install it using INSTALL project which in Plplot.sn solution for VS 2012. Plplot is installed in program files .
In my own project I used cmake looking for opencv openscenegraph and plplot : find_package(OpenSceneGraph 3.2.1 REQUIRED osgDB osgUtil osgGA osgViewer osgText osgSim) find_package(OpenCV REQUIRED) find_package(wxWidgets COMPONENTS core base net adv aui html qa richtext stc ribbon xml gl REQUIRED) find_package(PLplot REQUIRED) CMake cannot find plplot on my computer. I think cmake cannot find plplot because system variables are not set : PLPLOT_HOME does not exist. Must I set myself ? Is it possible to set this variable in PLplot CMakeLists.txt install? Is it possible to set env PATH in PLplot CMakeLists.txt to add program files/plplot/bin? I think previous questions are not important but maybe it could be useful for new users. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel