Skip to content
Snippets Groups Projects
Commit c4e8126a authored by Brad King's avatar Brad King
Browse files

Drop unused CXX cstdio check

The `KWSYS_CXX_HAS_CSTDIO` check has been unused since commit 363bf5ab
(Configure: Drop Large File Support macro definitions, 2019-02-22).
parent 74daf33b
No related branches found
No related tags found
No related merge requests found
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing#kwsys for details. */
#ifdef TEST_KWSYS_CXX_HAS_CSTDIO
# include <cstdio>
int main()
{
return 0;
}
#endif
#ifdef TEST_KWSYS_CXX_STAT_HAS_ST_MTIM
# include <sys/types.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment