This is very impressive Todd, :-)
I will forward you directions on how you can submit this for code review.
Also, I have a few projects we can test this with (VTK/ParaView), especially
on Windows. As for _MPI_PACKAGE_DIR, I believe this may just be left over
cruft that I thought I needed but ended
Hi all,I'm attaching a new version of FindMPI.cmake. I'd really like to get this code (or something like it) reviewed and integrated into next, so any help with testing, code reviewing, change suggestions, etc. would be much appreciated!This version supports finding MPI for different languages sep
On 12/27/2010 5:46 PM, Michael Jackson wrote:
I have CMake 2.8.3 installed on a Windows 7 x64 system. I finally got
around to installing VS2010 in order to try it out and when I run
CMake-GUI there is no option for Visual Studio 2010? I was thinking
there was support for VS2010 in CMake 2.8.3? G
I have CMake 2.8.3 installed on a Windows 7 x64 system. I finally got around to
installing VS2010 in order to try it out and when I run CMake-GUI there is no
option for Visual Studio 2010? I was thinking there was support for VS2010 in
CMake 2.8.3? Google seems to think so? Maybe I just missed s
On 12/27/2010 12:32 PM, edA-qa mort-ora-y wrote:
> I'm using lupdate/lrelease in QT and trying to have a generated file
> installed. I've hit a few problems that I'm not clear on how they should
> be resolved.
>
> To produce the file I have a chain of commands that ends with:
>
> add_custom_comma
On 12/27/2010 06:31 AM, NoRulez wrote:
Hello,
currently I use a file called "Languages.pro" which generates language
files for my application.
On the command line I call "qmake Languages.pro".
How can I convert these file into cmake?
CODECFORTR = UTF-8
CODECFORSRC = UTF-8
INCLUDEPATH = .
On 12/27/2010 10:03 AM, Anders Backman wrote:
Seems to be bug in CMake!
I reduce the solution down to 1 project. Still fails. So I copied the
generated .sln file into agx.cmake.sln
More helpful would be a minimal CMakeLists.txt and instructions on how
to get CMake to create the bad .sln file.
Seems to be bug in CMake!
I reduce the solution down to 1 project. Still fails. So I copied the
generated .sln file into agx.cmake.sln
Then I marked the solution in VisualStudio and selected File->save agx.sln.
Now it works to build the whole solution.
So there is SOMETHING wrong with the .sln f
Hi,
I'm trying to pass information from a script executed for dashboard submission
(ctest -S) to the underlying CMakeLists.txt which is to be parsed by
(internally called by ctest) cmake. In other words, I'd like to have a system
which will behave differently when configured directly through di
Hi all.
Im using CMake 2.8.3 under windows 7 with Visual Studio 2010 32 bit.
I have a rather large CMake configuration which has worked for a few years
(VS2008).
Now today I wanted to use VS2010 and suddenly ran into a problem.
We use Incredibuild for a distributed build, and when I configure th
On Mon, Dec 27, 2010 at 8:39 AM, girish hilage wrote:
> Hi,
>
> I am a newbie to cmake and cdash.
> I am trying to submit my customized report to CDASH using
> ctest_submit(FILES ) but getting following errors.
>
> - if I give it in CTestConfig.cmake and give "cmake ." then I am getting
> below er
Hi,
I am a newbie to cmake and cdash.
I am trying to submit my customized report to CDASH using ctest_submit(FILES
) but getting following errors.
- if I give it in CTestConfig.cmake and give "cmake ." then I am getting below
error :
CMake Error at CTestConfig.cmake:8 (ctest_submit):
Unknown
Hello,
currently I use a file called Languages.pro which generates language files
for my application.
On the command line I call qmake Languages.pro.
How can I convert these file into cmake?
CODECFORTR = UTF-8
CODECFORSRC = UTF-8
INCLUDEPATH = . \
.. \
../../../librarie
I'm using lupdate/lrelease in QT and trying to have a generated file
installed. I've hit a few problems that I'm not clear on how they should
be resolved.
To produce the file I have a chain of commands that ends with:
add_custom_command(
OUTPUT English.qm
COMMAND lrelease ${LANG_D
14 matches
Mail list logo