mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 21:41:31 +00:00
Disable runtime dll copies for clang-cl
This commit is contained in:
parent
b9a8e355d3
commit
e22d14bd9d
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ if((CMAKE_COMPILER_IS_GNUCC) AND NOT ("${CMAKE_SYSTEM_NAME}" MATCHES Darwin))
|
|||
endif()
|
||||
|
||||
# copy DLLs to bin/ directory if building internal shared on windows
|
||||
if("${CMAKE_SYSTEM_NAME}" STREQUAL Windows AND NOT "${SRB2_CONFIG_INTERNAL_LIBRARIES}")
|
||||
if("${CMAKE_SYSTEM_NAME}" STREQUAL Windows AND NOT "${SRB2_CONFIG_INTERNAL_LIBRARIES}" AND NOT MSVC)
|
||||
# also copy implicitly linked system libraries
|
||||
set(ADDITIONAL_DLLS "")
|
||||
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL GNU)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue