Very cool!
+1
On Tue, Aug 9, 2011 at 3:28 PM, David Cole wrote:
> On Tue, Aug 9, 2011 at 3:27 PM, wrote:
> >
> > Here's my (not so complete) understanding...
> > Public assemblies are searched before private ones.
> > http://msdn.microsoft.com/en-us/library/aa374224(v=vs.85).aspx
> >
> > So,
When using external_project, if GIT_TAG is modified the entire source tree
is removed and re-cloned causing a full rebuild of said project.
http://cmake.org/Bug/view.php?id=11403
On Tue, Mar 29, 2011 at 1:56 PM, David Cole wrote:
> Hi all,
>
> Now that we have released CMake 2.8.4, *now* would
http://cmake.org/Bug/view.php?id=11403
On Wed, Mar 9, 2011 at 2:50 PM, kent williams wrote:
> I've been running into this every since we updated to CMake 2.8.4, but
> I don't know if it's revision specific.
>
> Sometimes if I change CMakeLists.txt in various directories so that
> make will re-run
FYI, if you want to build static on cray, Brad just checked in a fix into
CMake yesterday that addresses -Bdynamic link flags showing up in the link
line even though you're trying to build static, often resulting in your
executable prefering to link against shared system libraries rather than
stati
FindMPI is getting a major facelift for CMake 2.8.4 in which finding fortran
related libraries/compilers is a new feature. Stay tuned!
On Thu, Jan 6, 2011 at 9:23 AM, wrote:
> Hello,
>
> Is it possible to detect fmpich using find_package(MPI) ?
> I haven't found any solution yet ...
>
> Best reg
I've had problems using CMake's external project feature and Antivirus (on
Windows 7). When external project would download a tarball and extract it,
often it would fail because the realtime protection would still be holding
on to some of the files. The compromise was to excluding realtime protecti
You override this behavior by setting CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP
to ON and then providing your own install rules. See the following chunk
from ParaView.
# Add install rules for required system runtimes such as MSVCRxx.dll
SET (CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP ON)
INCLUDE(InstallR
talled to test ParaView binaries. This is
particularly good at showing you when you somehow didn't include the msvc
runtime dlls.
>
> --
> Mike Jackson
>
> On Jan 5, 2011, at 2:09 PM, David Partyka wrote:
>
> > This might be my fault If you're building a paravi
This might be my fault If you're building a paraview app. I had SET
(CMAKE_INSTALL_DEBUG_LIBRARIES ON) from a month ago that I didn't remove.
I'll do that right now.
On Wed, Jan 5, 2011 at 1:54 PM, Michael Jackson wrote:
> OK.So how do I NOT package them? So far they _are_ getting put into the
>