CMakeLists: remove a duplicated variable.
Additionally, I started signing my commits with my SSH key, starting with the
previous one (eef4c72d3d
). That was long overdue.
This commit is contained in:
parent
eef4c72d3d
commit
245b741590
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ add_subdirectory(third-party/efsw EXCLUDE_FROM_ALL)
|
|||
|
||||
set(BUILD_TESTING OFF CACHE BOOL "" FORCE)
|
||||
set(BUILD_CURL_EXE OFF CACHE BOOL "" FORCE)
|
||||
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
|
||||
set(ENABLE_UNICODE ON CACHE BOOL "" FORCE)
|
||||
set(ENABLE_INET_PTON OFF CACHE BOOL "" FORCE)
|
||||
set(ENABLE_DEBUG OFF CACHE BOOL "" FORCE)
|
||||
|
|
Loading…
Reference in a new issue