Hi,
On Wed, Jan 23, 2013 at 5:17 PM, Michael Jackson
wrote:
> I am trying to determine if certain TR1 Headers are available to the
> compiler. My first test system is an OS X 10.6.8 system using the built in
> GCC. Here is the pertinent parts of my CMake file:
>
> macro (CORE_CHECK_INCLUDE_FIL
I am trying to determine if certain TR1 Headers are available to the compiler.
My first test system is an OS X 10.6.8 system using the built in GCC. Here is
the pertinent parts of my CMake file:
macro (CORE_CHECK_INCLUDE_FILE header var prefix)
CHECK_INCLUDE_FILE("${header}"${prefix