Re: [CMake] Checking for Specific TR1 Headers

2013-01-23 Thread Andreas Pakulat
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

[CMake] Checking for Specific TR1 Headers

2013-01-23 Thread Michael Jackson
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