summaryrefslogtreecommitdiffstats
path: root/cmake/FindIconv.cmake
diff options
context:
space:
mode:
authorLaurent Rineau <Laurent.Rineau@cgal.org>2020-03-12 20:14:57 (GMT)
committerGitHub <noreply@github.com>2020-03-12 20:14:57 (GMT)
commit01edb490daa2942227992d8a60bd3673551995bf (patch)
tree480aac22ab3a2667657b2cd2391f59fde61c5cbb /cmake/FindIconv.cmake
parentf24a0791257f7a5236ca24b5fbbfbe1bb9638486 (diff)
downloadDoxygen-01edb490daa2942227992d8a60bd3673551995bf.zip
Doxygen-01edb490daa2942227992d8a60bd3673551995bf.tar.gz
Doxygen-01edb490daa2942227992d8a60bd3673551995bf.tar.bz2
Fix C compiler warnings about C++ flags (#7636)
* Fix C compiler warnings about C++ flags ``` cc1: warning: command line option ‘-Wnon-virtual-dtor’ is valid for C++/ObjC++ but not for C cc1: warning: command line option ‘-Woverloaded-virtual’ is valid for C++/ObjC++ but not for C ``` ... using the generator expression `$<COMPILE_LANGUAGE:CXX>`. * COMPILE_LANGUAGE is new in CMake 3.3 See https://cmake.org/cmake/help/v3.3/release/3.3.html * CMake 3.3 is required
Diffstat (limited to 'cmake/FindIconv.cmake')
0 files changed, 0 insertions, 0 deletions