fix cosmetic if end if name tag error
This commit is contained in:
parent
6e8f360e58
commit
53ec6b1789
1 changed files with 2 additions and 2 deletions
|
@ -678,9 +678,9 @@ if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR (CMAKE_C_COMPILER_ID
|
|||
endif()
|
||||
if (UNIX OR LWS_WITH_ESP8266)
|
||||
set(CMAKE_C_FLAGS "-Wall -Werror ${VISIBILITY_FLAG} ${CMAKE_C_FLAGS}" )
|
||||
else(UNIX)
|
||||
else()
|
||||
set(CMAKE_C_FLAGS "-Wall ${VISIBILITY_FLAG} ${CMAKE_C_FLAGS}" )
|
||||
endif(UNIX)
|
||||
endif()
|
||||
endif ()
|
||||
|
||||
if ((CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX) AND NOT LWS_WITHOUT_TESTAPPS)
|
||||
|
|
Loading…
Add table
Reference in a new issue