externals: Update mcl to 0.1.12

Merge commit 'f0d382899cd513125fd67c4503496d4c7c7ec7c5' into HEAD
This commit is contained in:
Merry 2022-12-28 19:30:34 +00:00
commit fed56c4b09

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12 FATAL_ERROR) cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
include(GNUInstallDirs) include(GNUInstallDirs)
project(mcl LANGUAGES CXX VERSION 0.1.11) project(mcl LANGUAGES CXX VERSION 0.1.12)
# Determine if we're built as a subproject (using add_subdirectory) # Determine if we're built as a subproject (using add_subdirectory)
# or if this is the master project. # or if this is the master project.
@ -70,7 +70,7 @@ if (MSVC)
list(APPEND MCL_CXX_FLAGS /WX) list(APPEND MCL_CXX_FLAGS /WX)
endif() endif()
if (CMAKE_VS_PLATFORM_TOOLSET MATCHES "LLVM-vs[0-9]+") if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
list(APPEND MCL_CXX_FLAGS list(APPEND MCL_CXX_FLAGS
-Qunused-arguments -Qunused-arguments
-Wno-missing-braces) -Wno-missing-braces)