build: Fix a link
This commit is contained in:
parent
ec3594cd0f
commit
4f759dd8c8
@ -28,7 +28,7 @@ if(NOT CPPTHREADS)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
# CMake 3.22 messed this up for clang/clang++
|
# 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))
|
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
|
# 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
|
# we include ours in 86Box.rc. We therefore need to pass the manifest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user