[eigen] CMake 'tests' don't work out of the box |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] CMake 'tests' don't work out of the box
- From: Aron Ahmadia <aja2111@xxxxxxxxxxxx>
- Date: Fri, 22 Jan 2010 16:33:16 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=ukaa/apbObFpO8VNYugYzp+ordtP9ctIVGhsg3FVo/8=; b=dFuVaLAApCgHqjJtWcoLNLPgr3YJP8+NdF2ojDZg/rZn+krFh0aSe7RfGL+AI5WNO0 4dKInzxxRYVO0sMTnXmW81gYllCXKMb4wKFGD9+uTNFxaqzRBpTO/ulMmzMFna85kyFA 0LNL6X5EL4PY/o9AlCSuJrPzb6/R2Y/5MFMTk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=TJDHiM+Jo/C5/zy6g1bJEzEy506sFP431pO2zkGVtT2wRb95MTdPFSqDnNM75727x2 2CtswZdFlezT5eyixwv/3kYMMY1pGQUck3T6fc8n2SNPuwY3IQMbrib+zS8bbDS7YNg8 0cNSC94FEMVPt3E02m7eWnSGVgalptOo2S55A=
Hi Eigen team,
This is probably a really silly question, but I am a novice CMake
user, and I've been fiddling around with it for 15 minutes and can't
seem to get it to generate 'tests'. I use the curses-based ccmake and
it whines that it can't find the qmake executable like so when I try
to configure:
CMake Error at
/home/aron/opt/share/cmake-2.8/Modules/FindQt4.cmake:1726 (MESSAGE):
Qt qmake not found!
Call Stack (most recent call first):
demos/mandelbrot/CMakeLists.txt:1 (find_package)
I try to set the options:
EIGEN_TEST_NOQT ON
And even (out of desperation)
EIGEN_BUILD_TESTS OFF
But CMake still gives me the same error. I'm going to try blowing
away the cmake cache and starting anew (most likely just compiling
some of the demos by hand, I'm starting a port to the IBM XLC
compilers). I'm just wondering how I would fix this in the future if
I wanted cmake to construct Makefiles that would run tests sans
Qt-qmake, or if I'm out of luck on a non-qmake platform.
Warm Regards and Thanks in Advance,
Aron