[CMake] FindModulesExecuteAll test
Will Dicharry
wdicharry at stellarscience.com
Thu Oct 29 16:12:21 EDT 2009
Orion Poplawski wrote:
> I'm getting a test failure in FindModulesExecuteAll building 2.8.0 rc4.
> Is this expected? Do you really need every package installed for this
> to succeed, or is it something else?
It looks like at least part of the problem is the FindHDF5 module:
if( HDF5_INCLUDE_DIR )
file( STRINGS "${HDF5_INCLUDE_DIR}/H5pubconf.h"
HDF5_HAVE_PARALLEL_DEFINE
REGEX "HAVE_PARALLEL 1" )
if( HDF5_HAVE_PARALLEL_DEFINE )
set( HDF5_IS_PARALLEL TRUE )
else()
set( HDF5_IS_PARALLEL FALSE )
endif()
endif()
I guess that should be wrapped in an additional if to check the file
exists within HDF5_INCLUDE_DIR, although I'm perplexed that
HDF5_INCLUDE_DIR is set, but H5pubconf.h is not there. What is your
HDF5_INCLUDE_DIR set to and what files are in that directory?
Is there a 2.8.0 release branch where I can make that change?
-- Will
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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 CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
--
Will Dicharry
Software Developer
Stellar Science Ltd Co
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3344 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://www.cmake.org/pipermail/cmake/attachments/20091029/7256da4d/attachment.bin>
More information about the CMake
mailing list