mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Removed some unset()'s that were missed
This commit is contained in:
parent
1442af616f
commit
a9c9fe7950
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "hpux" OR
|
|||
return 0;
|
||||
}
|
||||
" have_ansi_prototypes)
|
||||
unset(CMAKE_REQUIRED_FLAGS)
|
||||
unset(CMAKE_REQUIRED_DEFINITIONS)
|
||||
set(CMAKE_REQUIRED_FLAGS)
|
||||
set(CMAKE_REQUIRED_DEFINITIONS)
|
||||
|
||||
if (have_ansi_prototypes)
|
||||
add_definitions(-D_HPUX_SOURCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue