CMakePushCheckState: Add support for CMAKE_EXTRA_INCLUDE_FILES

This commit teaches the module to push/pop/reset state of variable
CMAKE_EXTRA_INCLUDE_FILES used in CheckTypeSize module.
This commit is contained in:
Jean-Christophe Fillion-Robin
2016-03-31 11:11:02 -04:00
parent a3468b78f2
commit 72a862a55b
2 changed files with 10 additions and 2 deletions
@@ -0,0 +1,5 @@
CMakePushCheckState-CMAKE_EXTRA_INCLUDE_FILE
--------------------------------------------
* The :module:`CMakePushCheckState` module now pushes/pops/resets the variable
``CMAKE_EXTRA_INCLUDE_FILE`` used in :module:`CheckTypeSize`.