Hi,
While trying to figure out why my check for a system header file is
not working, I was reading the CheckIncludeFile.cmake source to see
what it does. I have a question on this idiom:

 IF("${VARIABLE}" MATCHES "^${VARIABLE}$")
   ...

It seems to prevent the check for the include file from running more
than once... Is that the intention? Does this effectively check to see
if VARIABLE is in the cache?

Is there any way to force the check to run without deleting the cache
file?

Thanks,
-Steve

_______________________________________________
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

Reply via email to