Skip to content

Tests: Fix RunCMake.GenerateExportHeader use of size_t

Brad King requested to merge brad.king/cmake:test-GEH-vs6 into master

Since !5969 (merged) the test uses std::size_t without including <cstddef>. Also, the type does not exist under std:: on VS 6. Use just size_t instead.

Merge request reports