Re: [CMake] Windows: Finding stdint.h header succeeds, but finding int8_t type fails

2012-08-13 Thread Rolf Eike Beer
Aaron Smith wrote: Hey All, First off I'm loving cmake, This thing makes my life so easy. Thank you! I'm working on porting some code to Windows at the moment. I'm putting in configure checks for stdint.h and it's types. The strange thing is that finding the header works, but then finding

[CMake] Windows: Finding stdint.h header succeeds, but finding int8_t type fails

2012-08-12 Thread Aaron Smith
Hey All, First off I'm loving cmake, This thing makes my life so easy. Thank you! I'm working on porting some code to Windows at the moment. I'm putting in configure checks for stdint.h and it's types. The strange thing is that finding the header works, but then finding the type fails.