Removed some unset()'s that were missed

This commit is contained in:
Jon Siwek 2010-11-30 15:17:49 -06:00
parent 1442af616f
commit a9c9fe7950

View file

@ -49,8 +49,8 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "hpux" OR
return 0; return 0;
} }
" have_ansi_prototypes) " have_ansi_prototypes)
unset(CMAKE_REQUIRED_FLAGS) set(CMAKE_REQUIRED_FLAGS)
unset(CMAKE_REQUIRED_DEFINITIONS) set(CMAKE_REQUIRED_DEFINITIONS)
if (have_ansi_prototypes) if (have_ansi_prototypes)
add_definitions(-D_HPUX_SOURCE) add_definitions(-D_HPUX_SOURCE)