mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Remove superfluous set(*_FOUND ON)
This is already set by `find_package_handle_standard_args`.
This commit is contained in:
parent
47a99c7dab
commit
ca22f08dc4
|
@ -9,7 +9,6 @@ if(NOT PREFER_BUNDLED_LIBS)
|
|||
endif()
|
||||
|
||||
if(NOT GLEW_FOUND)
|
||||
set(GLEW_FOUND ON)
|
||||
set(GLEW_BUNDLED ON)
|
||||
set(GLEW_SRC_DIR src/engine/external/glew)
|
||||
set_glob(GLEW_SRC GLOB ${GLEW_SRC_DIR} glew.c)
|
||||
|
|
|
@ -9,7 +9,6 @@ if(NOT PREFER_BUNDLED_LIBS)
|
|||
endif()
|
||||
|
||||
if(NOT ZLIB_FOUND)
|
||||
set(ZLIB_FOUND ON)
|
||||
set(ZLIB_BUNDLED ON)
|
||||
set(ZLIB_SRC_DIR src/engine/external/zlib)
|
||||
set_glob(ZLIB_SRC GLOB ${ZLIB_SRC_DIR}
|
||||
|
|
Loading…
Reference in a new issue