From 4f759dd8c806ac98919cc96373cf39cc9300caff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Fri, 11 Feb 2022 11:30:48 +0100 Subject: [PATCH] build: Fix a link --- src/win/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/CMakeLists.txt b/src/win/CMakeLists.txt index b12d8523b..89631d209 100644 --- a/src/win/CMakeLists.txt +++ b/src/win/CMakeLists.txt @@ -28,7 +28,7 @@ if(NOT CPPTHREADS) endif() # CMake 3.22 messed this up for clang/clang++ -# See https://gitlab.kitware.com/cmake/cmake/-/issues/22611 +# See https://gitlab.kitware.com/cmake/cmake/-/issues/23066 if(MSVC OR (NOT MINGW AND CMAKE_VERSION VERSION_GREATER_EQUAL 3.22)) # MSVC linker adds its own manifest to the executable, which fails if # we include ours in 86Box.rc. We therefore need to pass the manifest