target name typo

This commit is contained in:
Jacker 2024-01-31 22:51:30 +02:00
parent de6309eca2
commit 9e5a11eace
No known key found for this signature in database
GPG key ID: CC846B58E6BDCFF2

View file

@ -6,7 +6,7 @@ set(LIBS_DOWNLOAD_DIR ${PROJECT_BINARY_DIR}/downloads/pgk)
set(LIBS_DOWNLOAD_SRC_DIR ${PROJECT_BINARY_DIR}/downloads/src)
# keep this check in sync with the external libs build commands
if (UNIX AND (BUNDLED_OGG_VORBIS OR BUNDLED_OPENAL OR BUNDLED_LUA))
if (UNIX AND (BUNDLED_OGG_VORBIS OR BUNDLED_OPENSSL OR BUNDLED_LUA))
find_program(MAKE NAMES gmake make mingw32-make REQUIRED)
endif()