mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
build: Fix a link
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user