Looks like building for release worked properly, the resulting Paraview runs fine now.
Thanks much for your help! Anthony ________________________________________ From: Ben Boeckel <[email protected]> Sent: Monday, September 14, 2015 3:37 PM To: Anthony Crognale Cc: [email protected] Subject: Re: [Paraview] /usr/bin/paraview not packaged with CPack in Paraview 4.3.1 Superbuild On Mon, Sep 14, 2015 at 19:29:58 +0000, Anthony Crognale wrote: > I was indeed compiling in Debug mode! Is there a different recommended > way to compile the application in debug mode then? Not cleanly. I can add a flag for that as well. Currently, once ParaView is done configuring, stop the build, edit paraview/src/paraview-build/CMakeCache.txt to have CMAKE_BUILD_TYPE:STRING=Debug (though RelWithDebInfo is probably sufficient and not dog slow), and then continue the build at the top-level again. --Ben _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
