mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:43:40 +03:00
CMake: remove redundant and old end-of-block syntax
Reviewed-by: Jakub Zakrzewski Closes #2715
This commit is contained in:
parent
685dc3c082
commit
e0a4bba730
4 changed files with 96 additions and 102 deletions
|
|
@ -118,8 +118,7 @@ if(NOT UNIX)
|
|||
|
||||
set(HAVE_SIGACTION 0)
|
||||
set(HAVE_MACRO_SIGSETJMP 0)
|
||||
else(WIN32)
|
||||
else()
|
||||
message("This file should be included on Windows platform only")
|
||||
endif(WIN32)
|
||||
endif(NOT UNIX)
|
||||
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue