Fix double include of `gmp.cmake`

This fixes `make deps` complaining about the `extern_gmp` project being
defined twice.
This commit is contained in:
Sybren A. Stüvel 2020-09-01 12:39:58 +02:00
parent d6d2897ef0
commit 07899ddd22
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ endif()
if(NOT WIN32 OR ENABLE_MINGW64)
include(cmake/gmp.cmake)
include(cmake/openjpeg.cmake)
include(cmake/gmp.cmake)
if(NOT WIN32 OR BUILD_MODE STREQUAL Release)
if(WIN32)
include(cmake/zlib_mingw.cmake)