Don't set -pedantic-errors in CMAKE_C_FLAGS, it breaks check_symbol_exists()
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 10 May 2012 12:58:26 +0000 (14:58 +0200)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 10 May 2012 13:58:00 +0000 (15:58 +0200)
Set -pedantic-errors in more specific variables like
CMAKE_C_FLAGS_DEBUG, CMAKE_C_FLAGS_RELEASE and
CMAKE_C_FLAGS_RELWITHDEBINFO.

See also http://public.kitware.com/Bug/view.php?id=13208


No differences found