Remove superfluous set(*_FOUND ON)

This is already set by `find_package_handle_standard_args`.
This commit is contained in:
heinrich5991 2018-02-18 02:30:05 +01:00
parent 47a99c7dab
commit ca22f08dc4
2 changed files with 0 additions and 2 deletions

View file

@ -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)

View file

@ -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}