I am looking for a game plan (or code..) to test for a header file and where the "correct" location of that header might be. Seems on some systems, time.h should be <sys/time.h> were on others it is just <time.h>. Should I create some cmake code to test each one individually? or is there a more common/scalable approach for this type of thing?
Thanks for any help. -- Mike Jackson imikejackson _at_ gee-mail dot com _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
